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
Noise when there is no waveform
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.
Unseen noise?
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?
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?
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).
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).
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)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
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]
[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.
Re: Unseen noise?
Duplicate topic merged.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)