MATLAB: How to create a wav file not insert but record in matlab

MATLAB

how to create a wav file not insert but record in matlab? how do i use matlab as a recorded then save that recorded audio as a wav file?

Best Answer

audiorecorder() to record to memory. audiowrite to output to file.
Related Question