Question

I want to have a mif file from the sound signal of a for example mp3 file. How can I do it using MATLAB?

Thanks, BooMZ!

Was it helpful?

Solution

As result, I couldn't find any solution to convert a MP3 file to mif. But I could convert wav file to mif. It's the instructions: First you must drag and drop your wav file to MatLab. MatLab will make a array from wav file. Finally, you must write the data array to a file with mif format. (you can do it by fprintf)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top