How to record from two different external microphones using Audio System Toolbox for simultaneous recording ?
9 views (last 30 days)
Show older comments
Ali Soban
on 17 Jan 2018
Commented: Ali Soban
on 17 Jan 2018
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 Comments
Accepted Answer
Gabriele Bunkheila
on 17 Jan 2018
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.
More Answers (0)
See Also
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!