| Bill Jonas on 24 Feb 2005 16:49:56 -0000 |
|
On Thu, Feb 24, 2005 at 10:32:55AM -0500, Art Alexion wrote:
> cdrecord -v speed=10 dev=/dev/hdc -audio music/*.flac
for i in music/*.flac; do flac -d $i -o ${i//flac/wav}; sox \
${i//flac/wav} ${i//flac/cdr}; done
cdrecord -v speed=10 dev=/dev/hdc -audio music/*.cdr
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"It's a dangerous business, Frodo, going out your front door. You step
into the Road, and if you don't keep your feet, there is no knowing
where you might be swept off to." -- Bilbo Baggins
Attachment:
pgpkEprstegXp.pgp ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|