What is audiorecorder in MATLAB?
Use an audiorecorder object to record audio data from an input device such as a microphone for processing in MATLAB®. The audiorecorder object contains properties that enable additional flexibility during recording. For example, you can pause, resume, or define callbacks using the audiorecorder object functions.
What is Recordblocking in MATLAB?
recordblocking( recorderObj , length ) records audio from an input device, such as a microphone connected to your system, for the number of seconds specified by length . The recordblocking method does not return control until recording completes.