Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 18:03:21 -0400
From:      david <dvelez502@verizon.net>
To:        questions@freebsd.org
Subject:   Burning audio cd with burncd command
Message-ID:  <200306261803.21295.dvelez502@verizon.net>

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

Hello, I'm using freebsd 5.0 Jan 2003 series

I read the freebsd handbook on mp3 and making
audio cd's. First I use the mpg123 command to
convert the mp3's to wavs in 16 bit 44.1k stereo,
then I use the sox utility to remove the headers=20
that produces the pop click sound at the begining=20
of each track. Then I burn the cd using burncd.

I still get the pop click sound when I play the audio cd.
Is there a switch missing in the command syntax
I'm using?

mpg123 -w - anysong.mp3 > newsong.wav

sox -t  wav -r 44100 -s -w -c 2 newsong.wav new-song.wav

burncd -f /dev/acd1c -s 8 audio *.wav fixate

If you had a similar situation, let me know how you fix
the problem. Any suggestions is helpful

Thanks





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306261803.21295.dvelez502>