adamyoung Posted December 11, 2005 Posted December 11, 2005 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!
Ric_ Posted December 11, 2005 Posted December 11, 2005 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
russdev Posted December 11, 2005 Posted December 11, 2005 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
Geoff Posted December 11, 2005 Posted December 11, 2005 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.
Ric_ Posted December 11, 2005 Posted December 11, 2005 @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.
Geoff Posted December 11, 2005 Posted December 11, 2005 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
adamyoung Posted December 12, 2005 Author Posted December 12, 2005 would a pentium 166/16mb/2gb/creative sound card do? Either Windows 95/98 or some flavour of linux (bearing in mind new to linux)
russdev Posted December 12, 2005 Posted December 12, 2005 might need to increase mem slightly... Russ
adamyoung Posted December 12, 2005 Author Posted December 12, 2005 what cd writing software would be best, really simple to use and low spec
Geoff Posted December 12, 2005 Posted December 12, 2005 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.
adamyoung Posted December 12, 2005 Author Posted December 12, 2005 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!
Geoff Posted December 12, 2005 Posted December 12, 2005 It'll stop recording when the CD is full. To eject the CD: cdrecord -eject To erase a CDRW: cdrecord blank=all
Shiny_Guru Posted April 27, 2006 Posted April 27, 2006 I've had this link in my favourites for ages meaning to do something with it, perhaps it will help you Solid state linux recording studio
ANiceEnglishman Posted May 7, 2006 Posted May 7, 2006 Does it have to be an old PC? How about http://search.ebay.co.uk/search/search.dll?from=R40&satitle=CD+recorder
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now