Penguin
Diff: SoundProcessingNotes
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 36 Last edited on Thursday, December 23, 2004 11:36:11 pm by DanielLawson Revert
Older page: version 35 Last edited on Thursday, December 23, 2004 8:00:15 am by GreigMcGill Revert
@@ -1,9 +1,5 @@
-InNeedOfRefactor  
-  
-!!! Attempt 5 . Finally  
-  
-Yes , it's taken a year to get round to doing this
+This page details the experiences I had in attempting to transfer some aged vinyls to CD for my parents . This started as a Christmas present for 2003 , and is going to also be a Christmas present for 2004, as my final attempt was botched last year. As the real goal is to transfer a different vinyl altogether, I'll still have to do that at some point
  
 !!! Hardware used 
  
 * Athlon 1800+ XP, 512 MB ram, 80 GB IDE disk. Running Gentoo Linux, with the 2.6.9 kernel. NForce2 motherboard. 
@@ -22,8 +18,9 @@
  
 * Mute any inputs that aren't being used. 
 * Keep an eye out for extra sources of noise being added in. The [Linux Audio-Quality HOWTO|http://www.linuxdj.com/audio/quality/] has a few suggestions for taking into consideration here. Worth a read. 
 * Make lots of backups. Then make some more. 
+* If your input starts clipping, you will find it very hard to smooth the sound out. I had better luck recording with low gain and running a software amplify across the track, then declicking/denoising, than I did recording at a higher gain and dealing with clipping audio. It seems the record "clicks" are easy to remove UNLESS they clip, at which point they are tedious to remove.  
  
 !! Noise reduction 
  
 Audacity and GWC (the Gnome Wave Cleaner) both offer noise reduction tools. I didn't have a lot of luck with Audacity last time I tried it, but that was ages ago and it seems to have advanced a bit. I stuck with GWC however. 
@@ -58,8 +55,17 @@
 <verbatim> 
 DENOISE in 130.549 real seconds 
 </verbatim> 
  
+!! Amplify and Normalise.  
+  
+Optional, but amplifying and normalising your final tracks might be useful. It'll stop huge volume disparities when you switch between the latest Wu Tang CD and whatever you just recorded off vinyl, at least.  
+  
+!! Writing out to CD.  
+  
+GWC supports track tagging, which is based off waveform amplitude or something. If you get a silent patch, it marks it as a track boundary. I've had mixed success with this, but in my final run I just let it do whatever - I got about three times as many "tracks" as there actually are, but seeing as they are really only a convenience thing I wasn't fussed.  
+  
+You can either split the file out and write to separate .wav files, or you can write out a cdrdao style TOC file for the .wav, which you can then use to burn to CD later on  
  
 !! Sites Referenced. 
 * http://www.linuxdj.com/audio/quality/ 
 * [1]http://www.xena.uklinux.net/Linux/audio.html