Skip to content

Commit

Permalink
chore: Disable redundant sox drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 8, 2024
1 parent c9c0a85 commit 73ea30e
Showing 1 changed file with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ const char* driver_renames[][2] = {
};

const char* hidden_drivers[] = {
// this format doesn't specify the encoding explicitly
// use its explicit variants like f32, s32, etc
"raw",
// deprecated aliases
// redundant aliases
"f4",
"f8",
"s1",
Expand All @@ -55,6 +52,22 @@ const char* hidden_drivers[] = {
"sl",
"ub",
"uw",
"aif",
"aifc",
// formats handled by libsndfile
"f32",
"f64",
"s8",
"s16",
"s24",
"s32",
"u8",
"u16",
"u24",
"u32",
"raw",
"mat",
"vorbis",
// pseudo-formats
"sndfile",
"null",
Expand Down

0 comments on commit 73ea30e

Please sign in to comment.