Hi, maybe OT. I have tried to decode an old mp3 with various settings to wav with mad, and the decoding seems to work fine.
But when I try to burn the wav with k3b, k3b says "wrong format". madplay -v -i -m --output=wave gives "Layer III, 64 kbps, 22050 Hz, single channel, no CRC, 7095 frames decoded, -7.4 dB peak amplitude, 0 clipped samples"
Does anybody have any suggestions about what options I should choose when decoding. I would like to have it in wav.
Or maybe I should look in my k3b settings for this particular file..?
Best regards /jrx
On Dec 30, 2003, at 1:00 PM, jrx@telia.com wrote:
I have tried to decode an old mp3 with various settings to wav with mad, and the decoding seems to work fine.
But when I try to burn the wav with k3b, k3b says "wrong format". madplay -v -i -m --output=wave gives "Layer III, 64 kbps, 22050 Hz, single channel, no CRC, 7095 frames decoded, -7.4 dB peak amplitude, 0 clipped samples"
Does anybody have any suggestions about what options I should choose when decoding. I would like to have it in wav.
If you're trying to burn an audio CD, try:
madplay -o cdda:track.cdr
The result is a raw CD audio track ready to be burned.
If you really must have a WAV file, you'll have to specify all the parameters yourself:
madplay -o foo.wav --stereo --bit-depth=16 --sample-rate=44100