Penguin
Diff: SoundProcessingNotes
EditPageHistoryDiffInfoLikePages

Differences between version 31 and predecessor to the previous major change of SoundProcessingNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 31 Last edited on Thursday, June 3, 2004 9:30:51 pm by AristotlePagaltzis Revert
Older page: version 29 Last edited on Tuesday, February 17, 2004 5:43:51 pm by AristotlePagaltzis Revert
@@ -1,16 +1,19 @@
 InNeedOfRefactor 
  
 Work in progress. 
  
+;: http://freshmeat.net/projects/phonoripper/ might be interesting --AristotlePagaltzis  
  
 As a Christmas present, I have decided to convert some my of parents vinyls to CD. In doing so, I hope to remove some of the hiss and clicks you get on old vinyls, and also make sure the contents are preserved - they were either vinyl-only recordings (Tararua College choir, 1961) or unavailable in any other medium these days. 
  
 I'll add to this wiki as I go, so excuse the journal-like nature. When I've finished I'll tidy it up, or let a WikiGnome do it for me :) 
  
 ''Sorry, this is too longwinded and unwieldly a mess for this gnome to clean up, despite following along with great interest. :)'' --AristotlePagaltzis 
  
 ''It'll be finished soon, and most of it can be condensed down into 'Use decent recording hardware, preamp if possible, gwc will clean your audio nicely, but if you are using 2.6 and an ATAPI CDWriter, use Nero under Windows to burn to CD.'' --DanielLawson 
+  
+  
  
 !! Hardware used: 
  
 I have a Celeron-1300, running Windows 98 (wait a bit...), which has an SB Audidy 2 Platinum eX. As far as I know, there aren't decent drivers for the Audigy under linux, hence staying under Windows 98. That said, I'm not using it very much - it has RCA inputs on its external unit, which means I can plug my turntable directly in. 
@@ -149,4 +152,11 @@
 Some notes about CD Burning, while I'm here. I burned a copy of my album with k3b, and it seemed fine. It played in my stereo, etc. I checked a few tracks. I then burned another copy, which I took round to my fiancees families place. It wouldn't play in their stereo. Upon closer inspection, it *hadn't burnt*. Same problem I was having with using cdrdao from the command line. I phoned home at some point to get them to play the one I had burned and tested, and it didn't work either! 
  
 So, once more, it seems as though I'm forced to say that writing audio cds under 2.6 with an ATAPI cdwriter (not using ide-scsi) is broken at this stage. 
 If someone can do this reliably (that is, write audio cds under a 2.6.0-test11 or more recent, using cdrdao 1.1.7 or cdrtools 2.01-alpha20, with an ATAPI cdwriter using ide-cd, NOT ide-scsi - I dont care if you can do it under 2.4, or using ide-scsi, or with a scsi cdwriter), let me know how you manage it? Especially if you are authoring audio cds and not just copying them. 
+  
+----  
+  
+'' I successfully wrote an audio cd using ATAPI under kernel 2.4.24 and cdrecord version 2.0.something under Debian Testing (although my graphical front-end didn't know about passing the dev=ATAPI option to cdrecord, so I had to use the command line.'' --JohnMcPherson  
+ $ cdrecord -v -dao dev=ATAPI:0,1,0 driveropts=burnfree -audio -pad *.wav  
+  
+''If you read my SoundProcessingNotes page, you'll note I continued to have problems, regardless of whether I used a command line approach or an ATAPI-aware GUI. However, my command differed from yours above, which could well have been the problem. I will investigate :)'' -- DanielLawson