Date: Tue, 29 Feb 2000 09:15:43 PST From: "Jerry Lei" <tylei@hotmail.com> To: freebsd-questions@FreeBSD.org Subject: about burnaudio Message-ID: <20000229171543.81615.qmail@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi folks, I took a look about burndata and burnaudio. burnautdio is a script using wormcontrol. The content is as below. device=/dev/r$1 wormcontrol -f$device predisk double shift for f in $* do echo Burning file $f wormcontrol -f $device track audio wormcontrol -f $device nextwritable dd if=$f of=$device bs=2352 done wormcontrol -f $device fixate 1 onp This script will get every parameter to be track file to burn into cd. The questions are: 1. What kind of file type is? .wav? or ?? 2. Can I change the speed of recording except double(2x)and single? (like 4x) 3. or Could someone suggest me another burn application works on FreeBSD. X application will be better. Thank you. Lei ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com 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?20000229171543.81615.qmail>