We record church audio using a line in on an iMac from an out on the soundboard and record with the latest stable version of Audacity.
I have uploaded a small WAV sample of a few seconds of “silence” from our WAV file. The usual Noise Removal plugin in Audacity is not successfully removing this. I’d love to know (1) how could this be removed and, more importantly, (2) any idea what this noise is and how it could be introduced?
Copy and paste the code below into the “Nyquist Prompt” which is in the “Effect” meun …
(setq mysound s)
(setq q 10) ; set the base Q for the filter
(setq iter 10) ; set the number of iterations
(setq freq 970) ; set base frequency
; start the DO loop
(dotimes (i iter mysound)
(setf mysound (notch2 mysound (* freq (1+ i)) (* q (1+ i))))
) ;end of loop
Applying the above code removes the main whine, (which is a 970Hz fundamental and 10 harmonics),
the above code does not remove hiss-noise or the weird bleat which comes in at 0.9 seconds.
If the noise is still present when you pull out the line-in plug then the interference is occurring within your computer, and only fixable by substituting your computer’s internal sound-card with a good-quality external sound card (which accepts line-in ).