Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 21:01:03 -0400 (EDT)
From:      Russell Francis <frussell@p1.cs.ohiou.edu>
To:        freebsd-questions@freebsd.org
Subject:   mp3 -> wav woes
Message-ID:  <Pine.GSO.3.96.1010712205257.11556A-100000@p1>

next in thread | raw e-mail | index | archive | help
Hello,

I have converted an mp3 file to a wav file using these commands

mpg123 -s track01.mp3 >> track01.raw
sox -r 44100 -w -s track01.raw track01.wav

The wav file plays fine on XMMS and looks fine otherwise but when
I try to burn it to cd with

cdrecord -dummy -audio dev=0,2,0 speed=8 track01.wav

cdrecord gives this error

cdrecord: Inappropriate audio coding in 'track01.wav'.

Does anyone know why this is, and/or how to fix it?

Thanks,
Russ


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.1010712205257.11556A-100000>