octave-maintainers
[Top][All Lists]
Advanced

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

Re: gsoc2013 octave audio system


From: Vytautas Jancauskas
Subject: Re: gsoc2013 octave audio system
Date: Fri, 3 May 2013 01:17:48 +0300

On Thu, Apr 25, 2013 at 2:27 AM, Pantxo Diribarne
<address@hidden> wrote:
>> 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
>
>
>

I fixed both of these issues. Added some more unit tests. Any advice
on how to make the proposal stronger would be greatly appreciated
since the deadline is tomorow.


reply via email to

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