Converting 24/96 to 16/44.1 - Audacity 2.0.3

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
bomber1978
Posts: 146
Joined: Fri Sep 17, 2010 8:00 am
Operating System: Please select

Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by bomber1978 » Thu May 30, 2019 7:12 am

Hi,
Using Audacity 2.0.3.
I have some 24/96 files I want to preserve quality as best as I can, however I do need to convert to 16/44.1, and boost volume, maybe also do a small amount of EQ’ing.
What’s the best order to do this?, I’m pretty sure EQ, boost volume then export?, but Audacity doesn’t have actual downsample button I’m used to seeing in Adobe, what is the best process/order to use?
Also what type dither in Audacity 2.0.3?
Thanks in advance.

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

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by Trebor » Thu May 30, 2019 7:50 am

bomber1978 wrote:
Thu May 30, 2019 7:12 am
... Audacity doesn’t have actual downsample button...
It has a resample button ... https: //ttmanual.audacityteam.org/o/man/tracks_menu.html

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

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by steve » Thu May 30, 2019 8:25 am

Unless you are using Windows XP, you should upgrade Audacity to the current version (2.3.2) https://www.audacityteam.org/download/windows/

The instructions below are for Audacity 2.3.2.

The default "sample format" in Audacity is 32-bit float. Don't change that - leave it as 32-bit float.

If the volume level is very low, boost that first to around -6 dB (either the Normalize effect or the Amplify effect).

Apply Equalization as required. (the level will change when you do this)

Normalize to -1 dB.

Ensure that the "Project Rate" (lower left corner of the main Audacity window) is set to 44100. This determines the sample rate of the exported file.

Export as 24-bit WAV:
"File menu > Export > Export Audio"
Select "Other uncompressed files" as the file type (https://manual.audacityteam.org/man/oth ... tions.html)
Then select "WAV" as the header and "Signed 24-bit PCM" as the Encoding.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bomber1978
Posts: 146
Joined: Fri Sep 17, 2010 8:00 am
Operating System: Please select

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by bomber1978 » Thu May 30, 2019 11:06 pm

steve wrote:
Thu May 30, 2019 8:25 am
Unless you are using Windows XP, you should upgrade Audacity to the current version (2.3.2) https://www.audacityteam.org/download/windows/

The instructions below are for Audacity 2.3.2.

The default "sample format" in Audacity is 32-bit float. Don't change that - leave it as 32-bit float.

If the volume level is very low, boost that first to around -6 dB (either the Normalize effect or the Amplify effect).

Apply Equalization as required. (the level will change when you do this)

Normalize to -1 dB.

Ensure that the "Project Rate" (lower left corner of the main Audacity window) is set to 44100. This determines the sample rate of the exported file.

Export as 24-bit WAV:
"File menu > Export > Export Audio"
Select "Other uncompressed files" as the file type (https://manual.audacityteam.org/man/oth ... tions.html)
Then select "WAV" as the header and "Signed 24-bit PCM" as the Encoding.
Thanks Steve, this is all exactly as I thought, just wasn’t sure if there was a slightly different way also.
I remember being told dither was especially important downconverting, I presume best to leave dither as default whether I use 2.0.3 or 2.3.2 ?
Thanks

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

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by steve » Thu May 30, 2019 11:22 pm

bomber1978 wrote:
Thu May 30, 2019 11:06 pm
I presume best to leave dither as default whether I use 2.0.3 or 2.3.2 ?
Yes (though for down sampling to 24-bit, it makes very little difference).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bomber1978
Posts: 146
Joined: Fri Sep 17, 2010 8:00 am
Operating System: Please select

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by bomber1978 » Fri May 31, 2019 3:26 am

Yeah but I’m converting from 24/96 to 16/44.1, so want to make sure I’m preserving quality as best as I can.
steve wrote:
Thu May 30, 2019 11:22 pm
bomber1978 wrote:
Thu May 30, 2019 11:06 pm
I presume best to leave dither as default whether I use 2.0.3 or 2.3.2 ?
Yes (though for down sampling to 24-bit, it makes very little difference).

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

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by steve » Fri May 31, 2019 9:32 am

bomber1978 wrote:
Fri May 31, 2019 3:26 am
Yeah but I’m converting from 24/96 to 16/44.1,
Ah, OK. The answer is still the same though. Leave dither as default.

Just as a point of interest, you will actually be converting from 24 bit -> 32-bit float -> 16 bit.
Audacity (always) works internally in 32-bit float format. The first conversion (to 32-bit float) is totally lossless. The second conversion is "quantizing" to 16-bit. This second conversion is subject to "rounding errors", which is why we use dither on this conversion.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

bomber1978
Posts: 146
Joined: Fri Sep 17, 2010 8:00 am
Operating System: Please select

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Post by bomber1978 » Fri May 31, 2019 5:00 pm

Thanks Steve.

Post Reply