Re: Decode an old mp3, originally recorded in June-50
Rob Leslie <[email protected]> Tue, 30 Dec 2003 18:09:11 -0800
| Newsgroups | gmane.comp.audio.mad.user |
|---|---|
| Message-ID | <[email protected]> |
On Dec 30, 2003, at 1:00 PM, <[email protected]> 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 -- Rob Leslie [email protected]