LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-06-2003, 03:10 PM   #1
robert_81
LQ Newbie
 
Registered: Aug 2003
Posts: 10

Rep: Reputation: 0
Copying an Audio CD


Hi, I just got my cd writer (Samsung) and i want to copy some audio cd's. I got a cdrom and a cd writer. Basically i need to copy an audio cd (which is in the cd rom) to an empty cd in the cd writer. Basically i want to make an identical copy of the audio cd. I tried using cdrecord without any luck, any ideas on how to make it with cd record? Or esle any suggestions for other good software please? BTW i am using mandrake 9.1
 
Old 12-06-2003, 04:03 PM   #2
Vincent_Vega
Member
 
Registered: Nov 2003
Location: South Jersey
Distribution: Slackware, Raspbian, Manjaro
Posts: 826

Rep: Reputation: 31
just a suggestion

You could check out X-CD-Roast. It's free on their website or could be included...that's a GUI and might be easier to figure out.
I can't help with cdrecord, sorry.
 
Old 12-06-2003, 04:08 PM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I rip the audio CD with cdparanoia, then burn an audio CD with the resulting wav files.

mkdir /snd/newalbum
cd /snd/newalbum
cdparanoia -B "1-" ; eject
cdrecord -v -audio -pad speed=12 dev=0,0,0 *.wav ; eject

# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-"
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

Last edited by fancypiper; 12-06-2003 at 04:12 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
copying audio cds skoot Linux - Newbie 8 05-18-2005 07:56 AM
copying audio from dvds linuxmaier Linux - Software 3 04-29-2005 01:26 PM
Copying Audio CD's exactly squabsy Linux - Software 5 03-24-2004 12:47 PM
Audio CD Copying CanadianPenguin Linux - Software 32 10-26-2003 08:20 PM
Problem copying audio CDs Wynd Linux - General 2 05-05-2003 07:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration