| video data from files. Another way to import audio data into the MATLAB workspace is to record it using an audio input device, such as a microphone. The following sections describe • "Reading Audioand VideoDatafromaFile"onpage6-93 • "Recording Audio Data" on page 6-93 Reading Audio and Video Data from a File MATLAB includes several functions for reading audio or video data from a file. These files are format-specific. • auread — Returns sound data from a sound (AU) file • aviread — Returns AVI data as a MATLAB movie • mmreader — Returns AVI, MPG, or WMV video data • wavread — Returns sound data from a sound (WAV) file |