How to record from two different external microphones using Audio System Toolbox for simultaneous recording ?
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ali Soban
il 17 Gen 2018
Commentato: Ali Soban
il 17 Gen 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 Commenti
Risposta accettata
Gabriele Bunkheila
il 17 Gen 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!