Page 1 of 2

What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 4:15 pm
by Trebor
silence_exported_thrice.png
silence_exported_thrice.png (153.2 KiB) Viewed 2179 times

Re: What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 5:03 pm
by kozikowski
I wouldn't have objected to knowing what the WAV format was. Can we assume you kept opening up the last export?

And nobody would complain about seeing a spectrum of the original "show" as a control.

Is that the Audacity spectrum analyzer?

<<<...but I can heart it clearly...>>>

After you crank the monitor volume all the way up? Can I guess that would not be the setting you would use to listen to your Beastie Boys?

Are we looking at the reason not to do serious production at 44100? The maximum unambiguous (non-noisy) show sound coding at 44100 isn't 22 KHz, beyond human hearing. It's 16.9 KHz, right around the point where you show terrific errors increasing.

Koz

Re: What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 5:10 pm
by kozikowski
When CD Audio was designed, somewhere around the Harding Administration, there was a serious fight over the amount of music on the disk versus the quality. There was no serious compression available in the Harding years.

When they settled on 80 minutes and 44100, all the golden ear audio people rose up as one and complained that they could hear the damage. Now you can, too.

Koz

Re: What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 5:23 pm
by steve
I'm not sure that you can "hear it clearly". -76dB is low level and below the noise floor of many domestic amplifiers.

The noise that you can see is caused by dithering. If you create a silent track in Audacity and export it as a 32 bit WAV file there will be no dithering applied and it really will be silent (all samples at zero). Is that noticeably more silent than your 16 bit silent recording? Any noise that you hear from playing the 32 bit silence is from the playback equipment and not from the audio track.

You can eliminate dither noise by exporting as 32 bit.

Re: What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 6:06 pm
by kozikowski
<<<-76dB is low level and below the noise floor of many domestic amplifiers.>>>

But even if it's not (my BGWs can do 106dB) you can't listen to the Beastie Boys and then just press Stop and hear the noise -- particularly if it's up that far in frequency. Most people can't hear much past 15 KHz, the frequency where glass US TV sets used to sing.

<<<The noise that you can see is caused by dithering.>>>

I don't entirely agree. The dithering happens at the sample rate, not the bit depth. That's how they get the frequency response out to 20 KHz. Add dithering noise so the sampling rate error doesn't ever line up with the music. We get away with this because 20 KHz distortion energy appears at 60 KHz.

It doesn't matter how accurate the sample data is if the music arrived between the samples.

Koz

Re: What can be done to stop the accumulation of hiss ?

Posted: Sun Jul 12, 2009 6:35 pm
by steve
kozikowski wrote:But even if it's not (my BGWs can do 106dB) you can't listen to the Beastie Boys and then just press Stop and hear the noise
Very good point if listening to a CD player, but not necessarily such a good test when listening to audio playing on a computer. Some sound-cards will shut off all output when there is no audio data (effectively gating the output) thus appearing to have less self noise than they really have. This is common on PC laptops which often have very noisy sound-cards (and when played through a good sound system the gating can be quite obvious).

kozikowski wrote:The dithering happens at the sample rate, not the bit depth.
That's not correct. Dither is applied when downsampling the bit depth.
http://en.wikipedia.org/wiki/Dither#Digital_audio wrote:Dither should be added to any low-amplitude or highly-periodic signal before any quantization or re-quantization process, in order to de-correlate the quantization noise with the input signal and to prevent non-linear behavior (distortion); the lesser the bit depth, the greater the dither must be. The results of the process still yield distortion, but the distortion is of a random nature so its result is effectively noise. Any bit-reduction process should add dither to the waveform before the reduction is performed.
kozikowski wrote:20 KHz distortion energy appears at 60 KHz.
That's why a steep slope low-pass filter below the Nyquist frequency is used. This is known as "anti-aliasing filtering". High quality digital audio devices have some very fancy ways to improve anti-aliasing filter beyond the limitations of conventional low-pass filters, but the Nyquist limit still holds true and thus for 20/20k audio sample rates of 48kHz are still better than the 44.1 CD standard.

Re: What can be done to stop the accumulation of hiss ?

Posted: Mon Jul 13, 2009 1:09 am
by Trebor
kozikowski wrote: nobody would complain about seeing a spectrum of the original "show" as a control.
I tried that, no graph was displayed when I tried to analyse the original "true" silence (created in Audacity using "generate silence"),
bear in mind it was a true flatline, zero amplitude.
kozikowski wrote:I wouldn't have objected to knowing what the WAV format was.
I think you may have something here: the only conversion I can think is taking place, which could introduce noise, is "32bit float" wavs being saved as 16bit, then converted back into "32bit float" when I reopen it. Perhaps this 32-16-32-16... is what is adding the hiss noise.
kozikowski wrote: Can we assume you kept opening up the last export?
Yes. Annoyingly a bit more hiss was added each time I opened it then saved it, (like bad old analog recordings).
I appeciate this accumulation of noise will occur with lossy compression (e.g. MP3) but I though it would not occur with lossless uncompressed wavs

stevethefiddle wrote:You can eliminate dither noise by exporting as 32 bit.
How do I export as 32-bit wav in Audacity ? ...
How can I save (export) as 32-bit wav in Audacity.PNG
How can I save (export) as 32-bit wav in Audacity.PNG (27.99 KiB) Viewed 2153 times

Re: What can be done to stop the accumulation of hiss ?

Posted: Mon Jul 13, 2009 2:24 am
by kozikowski
<<<I appeciate this accumulation of noise will occur with lossy compression (e.g. MP3)<>>>

Then you may be appreciating the wrong thing. MP3 damage has nothing to do with hiss and noise. If anything a highly compressed MP3 is quieter than a WAV file. MP3 damage is in quality of performance.

My silly illustration of MP3 damage is the ability to convert two cheap violins and a Stradivarius into three cheap violins. If there is low background hiss and noise in the original performance, it's likely as not to vanish.

Koz

Re: What can be done to stop the accumulation of hiss ?

Posted: Mon Jul 13, 2009 2:27 am
by kozikowski
Conversion in Audacity is not straightforward. All the spells are buried in here.

http://forum.audacityteam.org/viewtopic ... 90&start=0

Koz

Re: What can be done to stop the accumulation of hiss ?

Posted: Mon Jul 13, 2009 9:33 am
by Trebor
Silence saved-opened thrice but at constant 16bit depth.PNG
Silence saved-opened thrice but at constant 16bit depth.PNG (45.82 KiB) Viewed 2146 times