Unwanted noise on recording
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Re: Unwanted noise on recording
Well that test eliminates grounding as the issue. So it's most likely a fault (or poor design) of your computer's sound card.
A USB headset will probably solve the issue.
A USB headset will probably solve the issue.
Re: Unwanted noise on recording
I increased the value of Capture as much as possible but it did not make any significant difference to the hum
Re: Unwanted noise on recording
If it worked it would reduce level of hiss relative to the signal, it would not reduce hum.gideon425 wrote:I increased the value of Capture as much as possible but it did not make any significant difference to the hum
Here's a digital solution to removing your mains-hum ...
Paste the code below into something called "Nyquist Prompt" (in Audacity Effects Menu )
Code: Select all
(setf s (notch2 s 450 25))
(setf s (notch2 s 400 25))
(setf s (notch2 s 350 25))
(setf s (notch2 s 250 25))
(setf s (notch2 s 200 25))
(setf s (notch2 s 100 25))
(setf s (notch2 s 50 1))NB: this will only remove hum , it makes no difference to the hiss.
PS the spectrogram of your "xx" hum example is consistent with an electrical-hardware problem called "impedance mismatch", i.e. you need to try a different microphone to get better sound into that computer.
Re: Unwanted noise on recording
I have been using the "noise removal" option in Audacity, selecting a few seconds of sound where I do not speak, to guide the removal process. This seems to work very well as the noise is almost completely gone.
It would be nice if there was an application I could run to sit between me and the SIP client, filtering out the noise.
It would be nice if there was an application I could run to sit between me and the SIP client, filtering out the noise.
Re: Unwanted noise on recording
Many computer sound-cards do have real-time noise-reduction, aka "Noise Suppression", as one of their "enhancements".gideon425 wrote:It would be nice if there was an application I could run to sit between me and the SIP client, filtering out the noise.
Re: Unwanted noise on recording
My card is HDA Intel (chip VIA VT2020)
There is some information here but it does not mention noise reduction
http://www.via.com.tw/en/support/tech_faq.jsp
The normal command I use to access the card is alsamixer. When I run this command, I do not see any noise reduction option to enable
There is some information here but it does not mention noise reduction
http://www.via.com.tw/en/support/tech_faq.jsp
The normal command I use to access the card is alsamixer. When I run this command, I do not see any noise reduction option to enable
Re: Unwanted noise on recording
Like I said I'm not fluent with Linux so , you'd have to Google real-time "noise suppression" ubuntu.