On Tue, Aug 11, 2009 at 2:31 PM, Søren Hauberg <so...@hauberg.org> wrote:

> tir, 11 08 2009 kl. 12:59 +0200, skrev Fredrik Lingvall:
>
> > I have uploaded a new version today (v. 0.2.0). I think the compiler
> > warnings should be gone now. I have also added a new function,
> > atrecord, which captures audio when the signal level is above a
> > "trigger" threshold. The package can be found
> > here:http://folk.uio.no/fl/aaudio.shtml
>
> Sounds really good. Since you are our local audio expert, I'd like to
> hear your thoughts on how the 'audio' package should be updated.


I have not really tested all functions in the audio package. I wrote my
audio functions since I needed a duplex (simultaneous play and record)
function for a paper I wrote to JASA last year. Then it was also relatively
easy to write separate play and record functions as well.


>
>
> Should we merge your functions with the 'audio' package?


Not really sure. My functions is for ALSA only, that is, Linux only.


> Is your package
> Matlab compatible?


Not right now. It contains oct-files only:

ainfo.oct  aplay.oct  aplayrec.oct  arecord.oct  atrecord.oct

It is, however, not very difficult to add mex-interfaces since most of the
code is the same. However, for Matlab one can use the DAQ-toolbox for this
(I think).


> If not, then perhaps we should create some matlab
> compatible scripts that call your functions? Would this be the way
> forward, or should we go for something else?


Well I can add mex-interfaces (a couple of hours work). In the long run it
would be nice to have something which is platform independent. I am also
thinking of writing functions for the (real-time, low latency) audio server
jack:

http://jackaudio.org

which would make it really easy to connect to various hardware etc.

/Fredrik
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to