octave-maintainers
[Top][All Lists]
Advanced

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

Re: gsoc2013 octave audio system


From: Pantxo Diribarne
Subject: Re: gsoc2013 octave audio system
Date: Thu, 25 Apr 2013 01:27:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

I updated the code accordingly.
This looks very good. I did a few more tests :
octave:24> NAME = audiodevinfo(1, 1)
error: value on right hand side of assignment is undefined

Here device 1 has no input. You should add a test for this and explicitly send an error.

octave:26> SUPPORTS = audiodevinfo(1, 44100, 16, 3)
Expression 'parameters->channelCount <= maxChans' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1438 Expression 'ValidateParameters( inputParameters, hostApi, StreamDirection_In )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 1772

The output is correct but those warning messages appear.

Pantxo





reply via email to

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