[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simultaneous play/record of audio signals
From: |
mat |
Subject: |
Re: Simultaneous play/record of audio signals |
Date: |
Tue, 30 Aug 2016 06:53:01 -0700 (PDT) |
Hi Mike,
Thank you for your reply, the example you gave does exactly what I need.
p = audioplayer (original, fs, ...)
r = audiorecorder (fs, nbits, ...)
play (p);
recordblocking (r, number_of_seconds);
y = getaudiodata (r);
Mat.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Simultaneous-play-record-of-audio-signals-tp4679448p4679540.html
Sent from the Octave - General mailing list archive at Nabble.com.