octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gsoc2013 octave audio system


From: Mike Miller
Subject: Re: gsoc2013 octave audio system
Date: Tue, 16 Apr 2013 16:50:00 -0400

On Tue, Apr 16, 2013 at 3:48 PM, Pantxo Diribarne wrote:
>>
>> http://www.mathworks.se/help/matlab/ref/audiorecorder.html
>> http://www.mathworks.se/help/matlab/ref/audioplayer.html
>>
>> So the goal of the project should, more or less, be recreation of these two?
>
> I think so, and I would also add audiodevinfo that will be useful at least
> for debugging.

Yes, agreed, these are all grouped together in the "Recording and
Playback" category on TMW:

http://www.mathworks.com/help/matlab/recording-and-playback.html

> The interface between octave_audio c++ class and the interpreter will have
> to be written in object oriented octave language so that core functions like
> "set" and "get" may be overloaded to accept audiorecorder and
> audioplayerobjects.

Agreed.

Once the core audioplayer/audiorecorder functionality is working,
there are also a handful of auxiliary and deprecated functions that
can be done as thin wrappers around the OO interface, time permitting:

http://www.mathworks.com/help/matlab/ref/sound.html
http://www.mathworks.com/help/matlab/ref/soundsc.html
http://www.mathworks.com/help/matlab/ref/wavplay.html
http://www.mathworks.com/help/matlab/ref/wavrecord.html

-- 
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]