1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 07:06:33 +01:00

Bug 2099 - 24-bit WAV (and AIFF) export is wrongly limited to 3GB

Bug 2100 - AIFF exports GT 4GB are trapped but error message is only "WAV"
This commit is contained in:
James Crook
2019-07-15 11:38:24 +01:00
parent 1f6e4ce037
commit 53eb72103d
3 changed files with 26 additions and 13 deletions

View File

@@ -96,6 +96,7 @@ SF_FORMAT_INFO *sf_simple_format(int i);
bool sf_subtype_more_than_16_bits(unsigned int format);
bool sf_subtype_is_integer(unsigned int format);
int sf_subtype_bytes_per_sample(unsigned int format);
extern FileExtensions sf_get_all_extensions();