How to convert 24-bit 88200Hz to 16-bit 44100Hz

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see 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
treeant34
Posts: 6
Joined: Wed Jul 17, 2013 8:37 pm
Operating System: Please select

How to convert 24-bit 88200Hz to 16-bit 44100Hz

Post by treeant34 » Wed Jul 17, 2013 8:45 pm

Howdy:

Maybe I'm not using the right search terms, thought someone would have asked this by now...

How do I convert 24-bit 88200Hz to 16-bit 44100Hz?

Can't find it in the help file either (Google appears to be useless for this one too)?

Is this possible with audacity?

Cheers

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

Re: How to convert 24-bit 88200Hz to 16-bit 44100Hz

Post by steve » Wed Jul 17, 2013 9:49 pm

1) Import the track into Audacity ("File menu > Import > Audio", or just drag the file into a new empty Audacity window).
2) Set the Project Rate to 44100 (lower left corner of the main Audacity window).
3) "File menu > Export" and select "WAV (Microsoft) Signed 16 bit PCM" as the export format.

On exporting, if you are prompted to enter Metadata, that is optional (few programs can read Metadata in WAV files). Fill in the metadata form if you wish, or just click the OK button to continue with the export.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

treeant34
Posts: 6
Joined: Wed Jul 17, 2013 8:37 pm
Operating System: Please select

Re: How to convert 24-bit 88200Hz to 16-bit 44100Hz

Post by treeant34 » Thu Jul 18, 2013 5:41 pm

Thanks Steve, appreciate your help...

Any thoughts on dithering/not dithering during a sample rate conversion from [email protected] to [email protected]?

Cheers

T

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

Re: How to convert 24-bit 88200Hz to 16-bit 44100Hz

Post by steve » Thu Jul 18, 2013 7:44 pm

When converting to a lower bit format (less bits per sample) there will be rounding to a near value. That is called "quantize error", and if you don't do anything about it the quantize error produces harmonic distortion. Applying dither prevents the harmonic distortion by randomizing the last one or 2 bits in special ways, but the downside is that the randomisation produces a small amount of noise (hiss). So you have a choice between a small amount of harmonic distortion, or a small amount of hiss. At normal listening levels either of these effects are barely noticeable. Personally I find the hiss less obtrusive than the harshness of harmonic distortion, so I prefer to use dither.

Sample rate conversion from 88 kHz to 44.1 kHz is less of an issue. Audacity uses a world class resampling library, so changing the sample rate is virtually perfect within the audio range.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

treeant34
Posts: 6
Joined: Wed Jul 17, 2013 8:37 pm
Operating System: Please select

Re: How to convert 24-bit 88200Hz to 16-bit 44100Hz

Post by treeant34 » Fri Jul 19, 2013 9:27 pm

Thanks again for your time Steve, appreciate your help

T

Post Reply