Add live shifter to C API

This commit is contained in:
Chris Cannam
2024-10-02 11:29:01 +01:00
parent a28c9e4909
commit 4353ddd78d
3 changed files with 133 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ public:
OptionFormantPreserved = 0x01000000,
OptionChannelsApart = 0x00000000,
OptionChannelsTogether = 0x10000000,
OptionChannelsTogether = 0x10000000
// n.b. Options is int, so we must stop before 0x80000000
};