kozikowski wrote:Audacity 1.2, Any platform. .... How do I change the bit depth?
To change the bit depth of a track: Click on the track name and select the required bit depth on the "Set Sample Format" sub-menu.
To Change the bit depth when Exporting in an uncompressed format: Select the required bit depth in the Export dialogue (Audacity 1.3.x)
kozikowski wrote:What do the three numbers on a work panel mean,
Screenshot please.
kozikowski wrote:So I can have four sample rates; the one in Preferences
This is the
default setting for your projects. Unless you override it, this is the sample rate that will be used.
kozikowski wrote:the on on the lower left
This is the current
project sample rate. This can be changed at any time and is taken as the default value when Exporting.
kozikowski wrote:the one the clip arrived in
When you import audio into Audacity 1.3.x it retains its original sample rate. This is displayed below the track name and is the sample rate of that audio track.
kozikowski wrote:and the Audacity internal one
I think this is the same as the "current project rate" (as indicated in the box in the lower left of the main Audacity window), so, unless you know otherwise, that's 3 not 4.
Note that if you import audio into an
empty project, the project rate (as displayed in the lower left of the main Audacity window) will change to match the imported audio. This is based on the (reasonable?) assumption that you will be intending to use that sample rate for your project. While I think this is a reasonable assumption if only one audio track is being imported and worked on, it can get messy for anyone that is assembling a multi-track project from many different audio samples.
kozikowski wrote:"You may think you're in 24-bit, but QTP thinks you're in 16."
Or worse,
"You may actually have a 24-bit file, but the file header thinks it's 32."
Or far worse,
"You have a 16 bit file padded to 24 with a 32 header."
That's not really an Audacity issue. When you export a 32bit (float) WAV file from Audacity, it
is 32 bit (float). When you Export a 24bit WAV file, it
is 24 bit. As far as I'm aware the header information supplied by Audacity is also correct. IIRC there were some issues with the Flac encoder, but I think these may have been fixed in recent releases of the Flac encoding library.