bugGNU Octave - Bugs: bug #41242, audio recording and playback not...

 
 

bug #41242: audio recording and playback not yet implemented

Submitter:  Scott Riccardelli <slcott>
Submitted:  Wed 15 Jan 2014 07:17:46 PM UTC
   
 
Category:  Octave Function Severity:  1 - Wish
Priority:  5 - Normal Item Group:  Feature Request
Status:  Fixed Assigned to:  mtmiller
Originator Name:  Scott Riccardelli Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 11 Jan 2015 07:43:03 PM UTC, comment #2: 

The audioplayer and audiorecorder classes and functions are now merged into the Octave development branch. They will be released with Octave version 4.2.

Mike Miller <mtmiller>
Group Member
Fri 17 Jan 2014 02:43:30 PM UTC, comment #1: 

Thanks for your report. We know that audio recording and playback is largely unusable in Octave right now. In fact, we just had a GSoC project in which most of the missing audio functionality was implemented. This work will soon be merged into Octave for a future release.

Mike Miller <mtmiller>
Group Member
Wed 15 Jan 2014 07:17:46 PM UTC, original submission:  

error: 'audiorecorder' undefined near line 1 column 10

>> disp('Start speaking.')

Start speaking.

>> recordblocking(recObj, 5);

error: 'recObj' undefined near line 2 column 16
error: evaluating argument list element number 1

>> disp('End of Recording.');

End of Recording.

>>
>> % Play back the recording.
>> play(recObj);

error: 'recObj' undefined near line 3 column 6
error: evaluating argument list element number 1

>>
>> % Store data in double-precision array.
>> myRecording = getaudiodata(recObj);

error: 'recObj' undefined near line 3 column 28
error: evaluating argument list element number 1

>>
>> % Plot the waveform.
>> plot(myRecording);

error: 'myRecording' undefined near line 3 column 6
error: evaluating argument list element number 1

>>
>>
>> recObj = audiorecorder;

warning: the 'audiorecorder' function is not yet implemented in Octave

Please read `http://www.octave.org/missing.html' to learn how you can
contribute missing functionality.


error: 'audiorecorder' undefined near line 3 column 10


Scott Riccardelli <slcott>

 

(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

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by slcott (Submitted the item)
  • -email is unavailable- added by slcott
  •  

    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 12 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-01-11 mtmiller StatusPostponed Fixed
        Open/ClosedOpen Closed
    2014-01-17 mtmiller Dependencies- bugs #38533 is dependent
    2014-01-17 mtmiller Dependencies- bugs #36537 is dependent
    2014-01-17 mtmiller Severity3 - Normal 1 - Wish
        Item GroupMatlab Compatibility Feature Request
        StatusNone Postponed
        Assigned toNone mtmiller
        Release3.6.4 dev
        Operating SystemMac OS Any
        Summaryaudio recording missing audio recording and playback not yet implemented
    2014-01-15 slcott Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code