powered by
A bare bones MPEG-2 layer 3 (MP3) file reader that returns the results as 16bit PCM data stored in a Wave object.
readMP3(filename)
A Wave object.
Wave
Filename of MP3 file.
Olaf Mersmann olafm@statistik.tu-dortmund.de
The decoder source code is taken from the MAD library, see http://www.underbit.com/products/mad/.
if (FALSE) { ## Requires an mp3 file named sample.mp3 in the current directory. mpt <- readMP3("sample.mp3") summary(mpt) }
Run the code above in your browser using DataLab