Jump to content

Recommended Posts

Posted

does anyone know how i can build a comp that will work as a standalone cd recorder to connect to some audio kit we have in music.

 

It'l have to be really simple to use and will just be used to record from the soundcard's line in and then burn a cd

 

Thanks!

Posted

Surely, a box with 2 icons labelled as step one and step 2 would do the trick? Step one could be using Audacity to record from the line in and step two could be the cd writing software that you just drag your created file into.

 

You could be really clever and create a web page with instructions on how to use it and set it as the wallpaper using Actgive Desktop too ;)

Posted

or even if thinking of being really clever setup script to record input and then second script to write it using a command line cd writer software...

 

Russ

Posted
This is a two stage process. You need to dump the audio to disk then burn it. There's no way to make an audio CD 'on the fly' from live audio input.
Posted
@geoff: Unless you buy a 'realtime' cd-rcorder... Coomber make one but it ain't cheap and it can't be used for editting - basically a jumped up tape recorder without the tapes.
Posted

Ah yes, now I see. Possible on Linux thusly:

 

ecasound -i:alsa,default -f:s16_le,2,44100 -o:stdout | cdrecord -audio -pad -swab -nofix -
cdrecord -fix

Posted

Linux approach just requires 'cdrecord' and 'escasound' as I mentioned above.

 

Debian, Damn Small Linux, Gentoo or Slackware come to mind as possible Distro's to try.

Posted
Ah yes, now I see. Possible on Linux thusly:

 

ecasound -i:alsa,default -f:s16_le,2,44100 -o:stdout | cdrecord -audio -pad -swab -nofix -
cdrecord -fix

 

If I created a script in linux and ran this code would it begin recording and writing to disk, if so how would I stop it at the end or instruct it to wipe a previously used CDRW?

 

Thanks!

  • 4 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...