1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 2578 - Linux/Windows: Export 24-bit AIFF exports as 16-bit

This commit is contained in:
Leland Lucius
2021-01-23 01:08:58 -06:00
parent f509d9c0bd
commit 7427653ef6

View File

@@ -223,6 +223,7 @@ void ExportPCMOptions::OnShow(wxShowEvent & evt)
if (evt.IsShown()) if (evt.IsShown())
{ {
SendSuffixEvent(); SendSuffixEvent();
SaveEncoding(mType, sf_encoding_index_to_subtype(mEncodingIndexes[mEncodingFromChoice]));
} }
} }