bugGNU Octave - Bugs: bug #64418, @audioplayer, @audiorecorder need...

 
 

bug #64418: @audioplayer, @audiorecorder need overhaul

Submitter:  Rik <rik5>
Submitted:  Wed 12 Jul 2023 06:31:55 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Jan 2024 06:15:54 AM UTC, comment #1: 

In addition, both of these objects leak memory.  The C++ code behind them uses new, but there are no corresponding calls to delete.

Rik <rik5>
Group administrator
Wed 12 Jul 2023 06:31:55 PM UTC, original submission:  

The audio constructor functions need their input validation to be written in the m-files and BIST tests created to go along with the new code.  The underlying C++ constructors in audiodevinfo.cc should not have input validation.

Also, the Octave classes as a whole are missing quite a bit of functionality when compared to their Matlab counterparts.  Check the list of properties supported for these classes in Matlab to get an idea.  This is probably a medium-sized project to add these items.

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code