Matlab audiorecorder function and recordblocking usage examples

The audiorecorder function in Matlab can be used to record audio data, and the recordblocking function is used to control the length of the recording. The sample code is as follows: recObj = audiorecorder; recordblocking(recObj, 5); myRecording = getaudiodata(recObj);

Guess you like

Origin blog.csdn.net/weixin_42605397/article/details/129514869