how to record and analyze audio in real-time from two channel (stereo)?

1 次查看(过去 30 天)
I tried the code form "Geoff Hayes" in the page with the following title :"plotting the recorded sound while recording". It is working for one channel but for stereo audio processing when I change the number of the channel from 1 to 2 , I see nothing in the figures. How I should manage the functions to well detect the different samples from 2 channels (without mixing). for example I have to repeat two time this function: recorder = audiorecorder(Fs,24,1)? recorder1 = audiorecorder(Fs,24,1); recorder2 = audiorecorder(Fs,24,2); like this? and the same for the other functions?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by