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