how to import .mp3 files to matlab

4 visualizaciones (últimos 30 días)
gowthami kommineni
gowthami kommineni el 4 de En. de 2016
Respondida: Daniel LaCroix el 4 de En. de 2016
iam trying to import mp3 audio files like this hfr = mp3read('C:\Users\Dell\Desktop\Kerintha.mp3'); it s showing error like this ??? Undefined function or method 'mp3read' for input arguments of type 'char'. can u plz tell me the way to load mp3 files.

Respuestas (1)

Daniel LaCroix
Daniel LaCroix el 4 de En. de 2016
The error says there is an undefined function or method. This is because mp3read is not a MATLAB function. Use audioread.
If you have future errors like this, check the MATLAB documentation to make sure you have the name of the function correct.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by