Noise when there is no waveform

Help for Audacity on Windows.
Forum rules
ImageThis 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.
Post Reply
jeff77789
Posts: 4
Joined: Tue May 28, 2013 2:32 am
Operating System: Please select

Noise when there is no waveform

Post by jeff77789 » Tue May 28, 2013 2:34 am

i have this .wav file that i play and even during the silences there is "noise" even though i dont see it.
i tried doing noise removal but the flat waveform doesn't give it anything of a noise profile to cancel out

if i generate silence the noise is not there but i can't seem to cancel it out


if anybody can help me cancel out the noise that would be great

jeff77789
Posts: 4
Joined: Tue May 28, 2013 2:32 am
Operating System: Please select

Unseen noise?

Post by jeff77789 » Tue May 28, 2013 2:42 am

This is the .wav file i am working with:

http://dailymishaps.com/uploads/Claude% ... 20Lune.wav

when you open it up with audacity, the ends of the notes have a flat waveform but there is still noise

i tried doing noise removal but it is still there
any ideas?

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Unseen noise?

Post by Robert J. H. » Tue May 28, 2013 7:24 am

I sometimes use the following code to even out the Dynamics in order to make low Level noise more audible.
Try it on a copy of your track (Effects > Nyquist Prompt, paste and ok).

Code: Select all

(defun even-out (sig)
   (mult sig  
         (s-max 0 (mult 1(recip (snd-avg  sig 2205 10 op-peak))))))
(multichan-expand 'even-out s)
The noise (White noise) is the most present in the beginning of the Piece - and the last note, which is horrible.
I assume that you've already used the Noise removal for this Version?
The Settings were somewhat to aggressive. A Little noise between the notes wouldn't be harmful, the decay is to abrupt for my taste.
Of courrse, I do not know what the original Piece is like.
I was able to remove some further noise by simply fetching the noise Profile of generated White noise.
But that's a very crude method.
Applying the Noise Removal twice is a very bad idea (because the artefacts increase exponentially).

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Noise when there is no waveform

Post by Robert J. H. » Tue May 28, 2013 7:32 am

If the silence is only in the silent parts, use a noise gate. It is much less destructive than the Noise Removal.
[Rest of message deleted because it makes no sense after Topic Joint, see post below -rjh]
Last edited by Robert J. H. on Tue May 28, 2013 10:27 am, edited 1 time in total.

steve
Site Admin
Posts: 81649
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Unseen noise?

Post by steve » Tue May 28, 2013 9:59 am

Duplicate topic merged.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply