bugGNU Octave - Bugs: bug #51704, audiowrite: Quality option is not...

 
 

bug #51704: audiowrite: Quality option is not yet used when writing files

Submitter:  None
Submitted:  Wed 09 Aug 2017 04:28:04 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  3 - Low Item Group:  Feature Request
Status:  Fixed Assigned to:  None
Originator Name:  Greg Goetchius Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 10 Aug 2017 06:36:14 PM UTC, comment #2: 

I fixed this on the default branch, Octave 4.4 will include support for the Quality keyword option.

https://hg.savannah.gnu.org/hgweb/octave/rev/ff9758331d78

Mike Miller <mtmiller>
Group Member
Wed 09 Aug 2017 06:01:44 PM UTC, comment #1: 

Thanks for your bug report. I can confirm this with comments in the code that the quality parameter is not yet being used for anything.

In the meantime, I have made a small change to the option handling and error reporting:

https://hg.savannah.gnu.org/hgweb/octave/rev/f8660521678e

Now, if the Quality option is given, it will print a non-fatal warning that it is not yet implemented, and the file will be written anyway. Options that are truly not documented or not recognized will result in an error message like before. That takes care of the "unexpected error" part of this bug report.

Mike Miller <mtmiller>
Group Member
Wed 09 Aug 2017 04:28:04 PM UTC, original submission:  

when using the audiowrite command to create a WAV file, the 'Quality' argument returns an error: "error: wrong argument name". It appears that the Quality functionality which is described in the Help documentation as an Ogg Vorbis Compression utility is not functional.

Anonymous

 

(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 mtmiller (Posted a comment)
  • -email is unavailable- added by None (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.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-08-10 mtmiller StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2017-08-09 mtmiller Severity3 - Normal 1 - Wish
        Priority5 - Normal 3 - Low
        Item GroupUnexpected Error or Warning Feature Request
        StatusNone Confirmed
        SummaryAudiowrite Quality Function not working audiowrite: Quality option is not yet used when writing files

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code