MATLAB: How to read .amr speech file in MATLAB? Do I need any binary file for this, as MATLAB only supports .wav and .au files

acelpaudiospeech processing

I want to read .amr audio file in matlab just as there is a function for reading .wav file (wavread). Is there any possible way that how can I achieve this task.

Best Answer

It appears you would have to write the code yourself. I do not find any MATLAB converter on the 'net.
You might be able to find a convertor written in JAVA and then call that from MATLAB.
It would probably be easier to use an external program to convert the files.