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

Define sf_subtype_to_effective_format

This commit is contained in:
Paul Licameli
2020-12-03 12:27:28 -05:00
parent 7998012015
commit 85eb3dbf46
2 changed files with 14 additions and 0 deletions

View File

@@ -102,6 +102,9 @@ 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);
//! Choose the narrowest value in the sampleFormat enumeration for a given libsndfile format
sampleFormat sf_subtype_to_effective_format(unsigned int format);
extern FileExtensions sf_get_all_extensions();
wxString sf_normalize_name(const char *name);