MATLAB: Real time values of an audio signal from microphone

audioreal timesignalvalues

Hello a want to ask, how i can take in real time the values of an audio signal from microphone? for example i want to tell some think in the microphone and in real time take the values of my voice in a table

Best Answer

Real-time sound work requires the DSP toolbox, preferably with ASIO drivers. This would require a sound card and that the microphone be plugged into that. The alternative is to use a data acquisition card (DAQ) with the Data Acquisition toolbox.
You have no hope of being able to work real-time with audiorecorder and winsound.
Related Question