Add faster/finer option

This commit is contained in:
Chris Cannam
2022-05-26 15:07:43 +01:00
parent c3309f56c1
commit b07f74e5b9
2 changed files with 20 additions and 10 deletions

View File

@@ -317,7 +317,10 @@ public:
OptionPitchHighConsistency = 0x04000000,
OptionChannelsApart = 0x00000000,
OptionChannelsTogether = 0x10000000
OptionChannelsTogether = 0x10000000,
OptionEngineFaster = 0x00000000,
OptionEngineFiner = 0x20000000
// n.b. Options is int, so we must stop before 0x80000000
};