Unwanted noise on recording

We all have our ideas regarding recording! Share your experience.
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
flynwill
Posts: 840
Joined: Fri Jan 17, 2014 2:58 pm
Operating System: Linux Debian

Re: Unwanted noise on recording

Post by flynwill » Mon Aug 25, 2014 1:51 pm

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.

gideon425
Posts: 26
Joined: Fri Aug 22, 2014 8:59 pm
Operating System: Please select

Re: Unwanted noise on recording

Post by gideon425 » Tue Aug 26, 2014 9:59 pm

I increased the value of Capture as much as possible but it did not make any significant difference to the hum

Trebor
Posts: 9953
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: Unwanted noise on recording

Post by Trebor » Wed Aug 27, 2014 2:45 am

gideon425 wrote:I increased the value of Capture as much as possible but it did not make any significant difference to the hum
If it worked it would reduce level of hiss relative to the signal, it would not reduce 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))
So it looks like this ...
Nyquist Prompt with code pasted in.gif
Nyquist Prompt with code pasted in.gif (9.8 KiB) Viewed 1630 times
Then apply "Nyquist Prompt " like any other Audacity effect ...
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.

gideon425
Posts: 26
Joined: Fri Aug 22, 2014 8:59 pm
Operating System: Please select

Re: Unwanted noise on recording

Post by gideon425 » Thu Aug 28, 2014 9:39 pm

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.

Trebor
Posts: 9953
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: Unwanted noise on recording

Post by Trebor » Fri Aug 29, 2014 4:52 am

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.
Many computer sound-cards do have real-time noise-reduction, aka "Noise Suppression", as one of their "enhancements".

gideon425
Posts: 26
Joined: Fri Aug 22, 2014 8:59 pm
Operating System: Please select

Re: Unwanted noise on recording

Post by gideon425 » Fri Aug 29, 2014 7:17 pm

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

Trebor
Posts: 9953
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: Unwanted noise on recording

Post by Trebor » Sat Aug 30, 2014 5:20 am

Like I said I'm not fluent with Linux so , you'd have to Google real-time "noise suppression" ubuntu.

Post Reply