Read an audio file using the dsp.AudioFileReader object. Obtain information related to the audio content of the file.
The dsp.AudioFileReader objects reads the default shipped file 'speech_dft.mp3'.
afr = dsp.AudioFileReader
afr =
dsp.AudioFileReader with properties:
Filename: '/mathworks/devel/bat/filer/batfs2566-0/Bdoc25a.2864802/build/runnable/matlab/toolbox/dsp/dsp/samples/speech_dft.mp3'
PlayCount: 1
ReadRange: [1 Inf]
SamplesPerFrame: 1024
OutputDataType: 'double'
Show all properties
The output structure displays the sample rate of the audio signal in Hz, number of bits used to encode the audio stream, and the number of audio channels.
S = info(afr)
S = struct with fields:
SampleRate: 22050
NumBits: 16
TotalSamples: 110033
Duration: 4.9902
NumChannels: 1
Information about the audio file specified in the Filename
property, returned as a structure. The number of fields in the structure
S varies depending on the audio content of the file. This table
shows some of the fields that can appear in the structure
S.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.