Bugzilla – Bug 2578
Linux/Windows: Export 24-bit AIFF exports as 16-bit
Last modified: 2021-01-28 15:23:48 UTC
With default preferences, 24-bit AIFF export produces 16-bit AIFF files. Reported on Windows and confirmed on Linux. This is a regression against Audacity 2.3.3.
Testing on macOS 10.15.7 with Audacity 3.0.0 3978e8c This works properly on Mac. Note that on Mac AIFF (as native Apple format) is one of the primary choices in Export Audio as a primary "File Type" choice. It is the default setting for "File Type" on Mac
Testing on W10 with Audacity 3.0.0 3978e8c I confirm that this is the erroneous case.
Fix in: https://github.com/audacity/audacity/commit/7427653
Created attachment 1055 [details] still 16-bit and not 24-bit Tested on W10 with Audacity 3.0.0 4e6e3c2 This still exports a 16-bit AIFF and not a 24-bit one - see attachment
Right you are Peter. I know I saw a 24-bit file at one point, but I have no idea how I created it. Anyway, try: https://github.com/audacity/audacity/commit/37a7583 Also, I REALLY like that MediaInfoOnline site! Really simple and quick.
Tested on W10 with Audacity 3.0.0 4b07fba MediaInfo now shows the at AIFF file gets properly exported at 24-bit and not 16-bit. So this is OK now on Windows.
Examining the commit for this clearly shows that this fix is platform independent: https://github.com/audacity/audacity/commit/37a75833066b07780e0976fad187dab8870534aa Ans as this works OK on Win and Mac I shall close this as FIXED