Reputation: 4477
Would anyone know if there is a way in MATLAB to read from your computer's audio in and store the data into a pre-allocated array? If so, what is the function or the path to do so?
Thank you.
Upvotes: 1
Views: 423
Reputation: 2601
it's very simple. check these two links
http://www.mathworks.com/help/techdoc/ref/audiorecorder.html
http://www.mathworks.com/matlabcentral/newsreader/view_thread/162428
Upvotes: 2