mirror of
https://github.com/audacity/audacity-support.git
synced 2026-04-12 06:25:26 -05:00
Wrong documentation about importing files and bit depth? #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NightProgramming on GitHub.
Bug description
The manual says: "Generally, Audacity imports files at the sample format (bit depth) specified at Default Sample Format in Audio Settings Preferences." But the actual behavior is different.
Using Audacity 3.3.3
Steps to reproduce
Expected behavior
What the manual says (Audacity should import the file using the specified default sample format, 24 bit in this case).
Actual behavior
File is imported with 32 bit depth.
Audacity Version
latest stable version (from audacityteam.org/download)
Operating system
Windows
Additional context
Also the table below the quoted statement in the docs contradicts the quoted statement.
@LWinterberg commented on GitHub:
If you scroll down a bit more, it'll also tell you this:
Edit: NVM, this issue is about the specific sentence in the manual, not the general concept.
@NightProgramming commented on GitHub:
Yes, it's just about the one sentence (sorry if this was not very clear). As a newbie I read the sentence and then looked at the table, and was confused and thought the table must be wrong, and then tried it out and found out the sentence is wrong. So the overall experience was a bit confusing (and time consuming).