help-octave
[Top][All Lists]
Advanced

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

Re: Fwd: Re: Playing an array as sound and recording it's output in para


From: Fredrik Lingvall
Subject: Re: Fwd: Re: Playing an array as sound and recording it's output in parallel
Date: Sat, 29 Oct 2011 21:43:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111017 Thunderbird/7.0.1

On 10/29/11 21:40, Fredrik Lingvall wrote:

<snip>

Regarding aplayrec, calling it using

 Y = aplayrec(A,2,44100,'hw:0,0',[512 2]);

will record 2 cannels (put in the actual number of capture channels that your card has) at 44100 Hz and the number of columns in Y is the same as in the A matrix.

It should be:

"the number of rows in Y is the same as in the A matrix."

above.

/F



reply via email to

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