Hey there!
Is there a chance to remove or reduce a very bad power line hum (attached sample)?
We'd unwisely used Hi-Gain option on the iRig Mic cast to record an interview.
The location had several industrial refrigerators and smoking equipment, a place where make sausages.
Thank you in advance.
Alex
Extreme Power Line Hum
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Extreme Power Line Hum
- Attachments
-
- sample_alex.wav
- (1.51 MiB) Downloaded 9 times
-
kozikowski
- Forum Staff
- Posts: 69384
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Extreme Power Line Hum
That sounds like you already tried to process it. Do you have a raw clip? Before you did anything to it?
Koz
Koz
Re: Extreme Power Line Hum
The interfering frequency is too high to be mains hum.alex-m wrote:Is there a chance to remove or reduce a very bad power line hum (attached sample)?
ATTACHMENTS sample_alex.wav (1.51 MiB)
Notch filters [in Audacity's Nyquist Prompt ] help a bit ...
Code: Select all
(setf s (notch2 s 1073 20))
(setf s (notch2 s 3384 50))
(setf s (notch2 s 5533 50))
(setf s (notch2 s 6606 20))
(setf s (notch2 s 7680 50))
(setf s (notch2 s 12141 20))Re: Extreme Power Line Hum
Hey there! Thanks for the fast response and suggestions, really appreciate it.
We've finally managed to download the original wav file (please see the attached sample) from iRig (IK Multimedia site).
So if I understand this correctly, there is no way to get a "cleaner" audio, without that interfering frequency?
Regards,
Alex
We've finally managed to download the original wav file (please see the attached sample) from iRig (IK Multimedia site).
So if I understand this correctly, there is no way to get a "cleaner" audio, without that interfering frequency?
Regards,
Alex
- Attachments
-
- sample_uncompr.wav
- (1.63 MiB) Downloaded 11 times
Re: Extreme Power Line Hum
The constant tones (which are horizontal lines on the spectrogram) can be removed with notch filters (see my previous post)alex-m wrote:... So if I understand this correctly, there is no way to get a "cleaner" audio, without that interfering frequency? ...
However the constant tones have distorted the voices with a ring-modulator effect, which, IMO, isn't removable.