*how to eliminate dither...?

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.
npags711
Posts: 67
Joined: Wed Sep 01, 2010 5:17 pm
Operating System: Please select

*how to eliminate dither...?

Post by npags711 » Fri May 10, 2013 6:46 pm

Attached is a noise that doesn't register any dB level...so I think it can be termed as "dither".

Noise removal does not eliminate the sound...ctrl + L does silence it...and I can amplify it as well.

Any advice how to eliminate this from the teleseminar I'm editing?

Thanks so much - it's time sensitive so the sooner any solutions you can suggest, the better.
Attachments
dither exp.wav
(72.48 KiB) Downloaded 45 times

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

Re: *how to eliminate dither...?

Post by steve » Fri May 10, 2013 6:50 pm

Use a noise gate http://wiki.audacityteam.org/wiki/Nyqui ... Noise_Gate
Note that you will need to either export in a high bit format (24 or 32 bit) or temporarily turn off dither in Audacity preferences (Edit > Preferences > quality) or Audacity will put dither noise back on when you export.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

npags711
Posts: 67
Joined: Wed Sep 01, 2010 5:17 pm
Operating System: Please select

Re: *how to eliminate dither...?

Post by npags711 » Fri May 10, 2013 7:32 pm

ok thanks...do you have suggestions on noise gate?

I tried various....but didn't eliminate noise.

Looks like you may have dloaded the dither file so you have the exact noise print

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

Re: *how to eliminate dither...?

Post by Robert J. H. » Fri May 10, 2013 8:29 pm

Do you want to the dither to disappear permanently (in the silent parts)?
The noise is currently at -60 dB or less.
This indicates that quite a lot of times dithering was applied or the Sound was amplified by about 10 dB.
Absolute silence will probably Sound a Little queer, but the noise gate can be set such that noise below -55 dB can be attenuated by -18 dB.
I see that the file is not processed within Audacity and that the original sample Format is 16 bit.
It sounds rather weird after amplification - like a sucking pump or so...
Turn the dithering off if you want to Export the file again as 16 bit (after the noise gate).
The high-Level sounds are not affected by the noise-gate.
The noise is masked in this regions though.

npags711
Posts: 67
Joined: Wed Sep 01, 2010 5:17 pm
Operating System: Please select

Re: *how to eliminate dither...?

Post by npags711 » Fri May 10, 2013 9:42 pm

Ok, thanks for the help so far fella's...really appreciate it.

Robert, to answer your Q's =

I want dither gone so it's silent...the telesem sounds a lot better like this. Dither just sounds like background noise.

So I want to completely eliminate dither and make it silent.

What I need to know are the exact settings within noise gate that you guys are able to get this dither to be silent.

Robert you're suggesting these settings? =

Level Reduction: -18

Gate Threshold: -55

If so, this didn't work.

I tried max Level Reduction (-100) and Gate Threshold from -40 to -80 and it reduces the dither a bit but does not eliminate it.

So maybe if anyone who's downloaded the sample wants to test various settings they have in mind and finds something that does eliminate dither to the point where it's silent or as close to silent as possible...let me know the settings.

Thanks again guys...

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

Re: *how to eliminate dither...?

Post by steve » Fri May 10, 2013 10:56 pm

gate-to-silence.png
gate-to-silence.png (41.38 KiB) Viewed 1310 times
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

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

Re: *how to eliminate dither...?

Post by Robert J. H. » Fri May 10, 2013 11:13 pm

I don't have the noise gate installed at the Moment.
But from the source-code it is apparent that Levels higher than 96 dB should produce absolute silence.
You can also try the following ( with the whole track selected; effects > Nyquist-prompt):

Code: Select all

(defun silencer (sig at-db)
  (mult (snd-oneshot (s-abs sig) (db-to-linear at-db) 
                      (/ *sound-srate*)) sig))
(multichan-expand 'silencer s -60) 
everything below -60 dB will be absolutely silenced.
use the noise gate anyway, just to smooth the edges.
Maybe the n-g works not ideally with such a low sample-rate (8000 Hz), especially with the usage of the hp filter.
Ps Steve has comitted a Picture (Settings?)

kozikowski
Forum Staff
Posts: 69374
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: *how to eliminate dither...?

Post by kozikowski » Fri May 10, 2013 11:41 pm

Isn't it true if you import and export the same sound standard as Audacity and then turn off dither in Preferences, that it causes little or no sound damage and doesn't add the dither signal?

Dither may show up if you set the meters to the limit of 16-bit WAV
Edit > Preferences > Interface > Meter Range (-96).

I don't think I get the postings who claim they can hear dither. That would have to be a very serious sound system turned up to ear-splitting volume.

Koz

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

Re: *how to eliminate dither...?

Post by steve » Fri May 10, 2013 11:57 pm

Robert J. H. wrote:Ps Steve has comitted a Picture (Settings?)
Yes:
Level reduction = -100 dB
Gate Threshold = -60 dB
Everything else at the default settings.

That will lower the hiss to absolute silence over a period of 0.25 seconds.
There could be a very slight fizz during the "fade out" because you can't really fade out 2 LSBs.

The perceived loudness of the dither noise on that sample is quite a lot louder than normal dither because it is using shaped dither that is optimised for 44100 Hz or 48000 Hz sample rate but the recording has a sample rate of 8000 Hz. I'm surprised that the noise is a problem because at 8000 Hz sample rate the sound quality must be crap.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

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

Re: *how to eliminate dither...?

Post by Robert J. H. » Sat May 11, 2013 12:34 am

Steve,
You're quite good if you can distinguish if it is shaped noise or another type...
If the noise was intended for 48000 Hz, it will be nearly impossible to determine how the noise was distributed.
That's because all above 4000 Hz is 3 times folded back into the audible Region if no proper anti-aliasing filter was used.
If the anti-aliasing filter was good, then we will end up with a noise spektrom that Shows only a tiny 6th part of the original Spektrum.
With regard to the high Level of the noise, I rather tend to the former case (simple Interpolation).
For my part, I can't tell which type of dithering has been used (maybe more than one). The noise seems to be rather high, but shifting the frequencies into the Region above 3000 Hz is quite senseless for any dithering as it is in the Region of best Hearing.
However, the question is rather academic.
I hope the louder parts of the Audio Sound satisfying.

Post Reply