How to record from two different external microphones using Audio System Toolbox for simultaneous recording ?
14 次查看(过去 30 天)
显示 更早的评论
Hi everyone! I'm working on audio localization project in which I have to compute the lags between two audio signals. Im using audioDeviceRecorder from Audio System Toolbox but do not know how to achieve better results since 02 external USB microphones are giving processing time delays which are unwanted in such a sensitive environment! Please help if there's an efficient way of doing this! Thank you!
0 个评论
采纳的回答
Gabriele Bunkheila
2018-1-17
Hi Ali,
Thank you for posting this. My recommendations are going to be closely related to the answer I gave to another recent question of yours.
You won't be able to use two separate USB microphone to estimate inter-microphone delays as your OS will most likely inject unpredictable latencies, different at every acquisition. Instead, you should get your hands on a multichannel audio interface, preferrably with ASIO drivers - anything from a simple 2-channel consumer sound card to a high-end multichannel interface.
That type of configuration will ensure your two separate channels are acquired synchronously. When using audioDeviceReader, make sure that the value of SamplesPerFrame is the same as the value you set in the Buffer Size/Length in the ASIO configuration panel of your sound card. That panel is now also reachable directly from MATLAB via the function asiosettings .
Ragards,
Gabriele.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!