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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user