i'm pretty new to audio.
now i need convert a mp3 file into a wave file, and
the wave format should be 8000 hz, 8 bit, mono format.
where can i find the code to realize it?
and it should be played by nokia, motorola mobile.
any help would be appreciated.
do you want to do the conversion in mobiles or in PC ?
With pc conversion you should start by searching the stuff with google.
For mobile conversion, the MP3s can only be played with phones supporting Feature pack 1 (or never), there you could try CMdaAudioConvertUtility for the conversion process.
Originally posted by symbianyucca do you want to do the conversion in mobiles or in PC ?
With pc conversion you should start by searching the stuff with google.
For mobile conversion, the MP3s can only be played with phones supporting Feature pack 1 (or never), there you could try CMdaAudioConvertUtility for the conversion process.
yucca
thank u first.
i'd like to do it on pc, then the wave file is uploaded into mobiles by another software.
is there any code i can refer to? the wave format should be 8bit 8k mono.