how to convert mp3 to WAV
-
hi everyone i am working on conversion of audio file formats.i want to convert mp3 to WAVE, i want to ask how can i do that,if i access the data from MP3 frame,it is an compressed one,how can i decompress it,because there are no specifications related to decoding of MP3. and secondly it will already be lossy data.so how can i get original data,which is uncompressed:)
-
hi everyone i am working on conversion of audio file formats.i want to convert mp3 to WAVE, i want to ask how can i do that,if i access the data from MP3 frame,it is an compressed one,how can i decompress it,because there are no specifications related to decoding of MP3. and secondly it will already be lossy data.so how can i get original data,which is uncompressed:)
If you can't write your own MP3 decoder then you'll need to buy one or find a free one. A popular free one that works with the Windows Audio Compression Manager (ACM) can be found - Google for LameMP3. lossy means lossy. That means data was lost in the compression. If you could get the original data back then it wouldn't be lossy :) Mark
"If you can dodge a wrench, you can dodge a ball."
-
hi everyone i am working on conversion of audio file formats.i want to convert mp3 to WAVE, i want to ask how can i do that,if i access the data from MP3 frame,it is an compressed one,how can i decompress it,because there are no specifications related to decoding of MP3. and secondly it will already be lossy data.so how can i get original data,which is uncompressed:)