converting a file from mp3 to wav

Oct 20, 2009 at 3:05pm
I'm interested in learning how to do this can someone point me in the right direction :)
Oct 20, 2009 at 4:04pm
closed account (S6k9GNh0)
1.) Find formatted music in x format.
2.) Decode the music in x format into PCM data by using the correct libraries for x format.
3.) Encode the given PCM data into something else using another library.

That's about it as far as I know.... Any steps I missed?
Last edited on Oct 20, 2009 at 4:07pm
Topic archived. No new replies allowed.