Noise in exported WAV files

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
keclan
Posts: 2
Joined: Tue May 04, 2021 9:42 am
Operating System: Windows 10

Noise in exported WAV files

Post by keclan » Tue May 04, 2021 9:58 am

Hello,

I'm trying to export some audio records as a WAV files with the following properties: 8000Hz, 8-bit Mono, 64 kb/s.
I use "Unsighned 8-bit PCM" as an export option.
In Audacity all records sound clear and fine.
The problem is that all exported files are noisy (expecially on silent sections of the audio).
How can I fix that?

I'm on Windows 10 64-bit.
Audacity version is 3.0.2.

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

Re: Noise in exported WAV files

Post by Trebor » Tue May 04, 2021 11:28 am

keclan wrote:
Tue May 04, 2021 9:58 am
The problem is that all exported files are noisy (expecially on silent sections of the audio).
How can I fix that?
Try switching off dither, (in preferences) ...

no-dither.png
no-dither.png (38.97 KiB) Viewed 226 times

DVDdoug
Forum Crew
Posts: 9419
Joined: Fri Sep 10, 2010 11:30 pm
Operating System: Windows 10

Re: Noise in exported WAV files

Post by DVDdoug » Tue May 04, 2021 1:47 pm

When an analog signal is digitized you get quantization noise (the result of "quantization error".). It's inaudible at 16-bits but at 8-bits you can hear it. It "lives in the background" like regular-old analog noise so it's most noticeable with quiet sounds. However, unlike analog noise it goes-away with "true digital silence".

Dither is intentionally-added noise that's supposed to be preferable to quantization noise.

keclan
Posts: 2
Joined: Tue May 04, 2021 9:42 am
Operating System: Windows 10

Re: Noise in exported WAV files

Post by keclan » Wed May 05, 2021 8:52 am

Trebor wrote:
Tue May 04, 2021 11:28 am
keclan wrote:
Tue May 04, 2021 9:58 am
The problem is that all exported files are noisy (expecially on silent sections of the audio).
How can I fix that?
Try switching off dither, (in preferences) ...
Thanks for the tip, but the noise is still there.
DVDdoug wrote:
Tue May 04, 2021 1:47 pm
When an analog signal is digitized you get quantization noise (the result of "quantization error".). It's inaudible at 16-bits but at 8-bits you can hear it. It "lives in the background" like regular-old analog noise so it's most noticeable with quiet sounds. However, unlike analog noise it goes-away with "true digital silence".

Dither is intentionally-added noise that's supposed to be preferable to quantization noise.
Oh, now I see, it's the technical nuance of the 8-bit audio. The noise disappears on 16-bits indeed. Thanks for the explanation!

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

Re: Noise in exported WAV files

Post by steve » Wed May 05, 2021 10:11 am

keclan wrote:
Wed May 05, 2021 8:52 am
Oh, now I see, it's the technical nuance of the 8-bit audio.
That's correct. 8-bit audio is inherently more noisy than 16-bit, which is why 8-bit is never used when high quality audio is required.
keclan wrote:
Tue May 04, 2021 9:58 am
I'm trying to export some audio records as a WAV files with the following properties: 8000Hz, 8-bit Mono, 64 kb/s.
Also worth noting that 8000Hz sample rate audio has an upper frequency limit of 4000 Hz, so speech and music will always sound a bit muffled.
(CD quality uses a sample rate of 44100 Hz, which is Audacity's default and has an upper frequency limit of 22050 Hz (slightly less in the real world), which is sufficient for crystal clear speech and music recordings.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

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

Re: Noise in exported WAV files

Post by Trebor » Wed May 05, 2021 12:14 pm

keclan wrote:
Wed May 05, 2021 8:52 am
Thanks for the tip, but the noise is still there ...
Attachments
before-after dither on 8k sample rate.wav
dither adds hiss to 8K audio
(291.22 KiB) Downloaded 4 times

Post Reply