Multiple sound inputs in Matlab
Show older comments
Hello!
I'd like to implement a speaker detection using 3 or 4 microphones. But I'm not sure if Matlab is able to handle several sound inputs: Audio Recorder help ( http://www.mathworks.de/help/techdoc/ref/audiorecorder.html) says the number of channels can only be 1 or 2.
I also discovered the project Playrec, but it doesn't install on my system and it's not developed any more :-(
How can I solve my problem?
Thanks!
Answers (1)
Daniel Shub
on 6 Feb 2012
0 votes
MATLAB can handle several sound inputs. On Windows the Data Acquisition Toolbox has some useful features. I tend to recommend some of the port audio implementations (of which playrec is one). I prefer the sound part of psychtoolbox. There is also pawavplay.
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!