Original Post
I'm trying to mass-convert quite a few audio files from mp3 to speex. Unfortunately, "speexenc" only supports reading wav files, and the only other audio conversion program I've found, "sox", requires recompiling it for mp3 support (and I can't find any info on compiling the windows version at all, nor whether the required library exist for windows). I don't mind a multistep process, I just need something I can easily automate. If there is to be a middile step (mp3 to wav to speex), I need to ensure the intermediate file is a 16 bit 16KHz PCM wav file for maximum quality. Any help would be greatly appreciated.