No, but technology may be against you here. Audacity does everything internally at 32.
Koz
What can be done to stop the accumulation of hiss ?
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: What can be done to stop the accumulation of hiss ?
Also, the noise density is very different.
Koz
Koz
Re: What can be done to stop the accumulation of hiss ?
I'll try keeping tracks as Audacity projects when editing and only convert to wav in the final mix.kozikowski wrote:No, but technology may be against you here. Audacity does everything internally at 32.
Yes there was a slight improvement, but still an audible hiss which grew with each open-save operation.kozikowski wrote:Also, the noise density is very different.
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: What can be done to stop the accumulation of hiss ?
<<<Yes there was a slight improvement>>>
This might be where a little thinking outside of the box is handy. Because the problem is different between the two samples, that might tell us something about how the problem was created, and further suggest a way to get rid of it. We can't get stuck in the Broken > Fix It > Broken > Fix It loop.
Can you make it worse? I'm not kidding. Is there something you can do that makes the problem much worse?
Koz
This might be where a little thinking outside of the box is handy. Because the problem is different between the two samples, that might tell us something about how the problem was created, and further suggest a way to get rid of it. We can't get stuck in the Broken > Fix It > Broken > Fix It loop.
Can you make it worse? I'm not kidding. Is there something you can do that makes the problem much worse?
Koz
Re: What can be done to stop the accumulation of hiss ?
Sorry for the delay - my internet connection has been down this evening.
As Koz said, Audacity processes internally at 32 bit. When you Export the audio as a 16 bit file, dither is added. The dither noise is introduced when down-sampling from 32 bit to 16 bit. Importing a 16 bit file or up-sampling do not introduce any dither noise.
You will notice that the noise is above 15kHz - that is because the type of dither you are using is "shaped" to push the noise where it will be least noticeable while still performing its necessary function.
Other types of dither produce different responses, for example "triangular" produces a lower level of noise, but across the full audio spectrum.
Setting the dither to "rectangle" will introduce virtually no noise when down-sampling a silent track, however the dither is likely to be less effective and more noisy on a non-silent track.
"Triangle" or "shaped" dither are usually considered to be best for music. My preference is for shaped.
To avoid the dither noise you can switch dither off in Preferences (not recommended), or Export as 32 bit audio. To Export 32 bit audio you need to select "other uncompressed files" as the Export file type, then in "Options" you can select a 32 bit format (such as 32 bit signed Microsoft WAV).
It's curious to think that virtually every CD of the last 20 years has dither noise present (though usually not in the silence between tracks).
As Koz said, Audacity processes internally at 32 bit. When you Export the audio as a 16 bit file, dither is added. The dither noise is introduced when down-sampling from 32 bit to 16 bit. Importing a 16 bit file or up-sampling do not introduce any dither noise.
You will notice that the noise is above 15kHz - that is because the type of dither you are using is "shaped" to push the noise where it will be least noticeable while still performing its necessary function.
Other types of dither produce different responses, for example "triangular" produces a lower level of noise, but across the full audio spectrum.
Setting the dither to "rectangle" will introduce virtually no noise when down-sampling a silent track, however the dither is likely to be less effective and more noisy on a non-silent track.
"Triangle" or "shaped" dither are usually considered to be best for music. My preference is for shaped.
To avoid the dither noise you can switch dither off in Preferences (not recommended), or Export as 32 bit audio. To Export 32 bit audio you need to select "other uncompressed files" as the Export file type, then in "Options" you can select a 32 bit format (such as 32 bit signed Microsoft WAV).
It's curious to think that virtually every CD of the last 20 years has dither noise present (though usually not in the silence between tracks).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: What can be done to stop the accumulation of hiss ?
Thank you Steve, I'd never seen this meun before.stevethefiddle wrote:To Export 32 bit audio you need to select "other uncompressed files" as the Export file type,
then in "Options" you can select a 32 bit format (such as 32 bit signed Microsoft WAV).
After three export-open operations at 32-bit the silence is still a true flatline. Problem solved. Hoorah !