Date: Fri, 27 Jun 2003 19:41:13 +0200 From: David =?iso-8859-1?Q?Sieb=F6rger?= <drs@rucus.ru.ac.za> To: David <dvelez502@verizon.net> Cc: questions@freebsd.org Subject: Re: Burning audio cd with burncd command Message-ID: <20030627174113.GA3524@rucus.net> In-Reply-To: <200306261803.21295.dvelez502@verizon.net> References: <200306261803.21295.dvelez502@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 12:03 AM on Friday 27 June 2003, David wrote:
> 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
> that produces the pop click sound at the begining
> 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
The example in the handbook reads:
% sox -t wav -r 44100 -s -w -c 2 track.wav track.raw
Note that the output file has a .raw extension.
> burncd -f /dev/acd1c -s 8 audio *.wav fixate
You should be writing the headerless .raw files to the disc, rather
than the .wav files.
> If you had a similar situation, let me know how you fix
> the problem. Any suggestions is helpful
--
David Siebörger
drs@rucus.ru.ac.za
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030627174113.GA3524>
