Remove the alternate pitch method. It isn't as reliable in avoiding artifacts and it's quite a bit of overhead to test.

This commit is contained in:
Chris Cannam
2024-05-10 13:38:15 +01:00
parent 8ea77bb96d
commit bbbba44774
5 changed files with 20 additions and 85 deletions

View File

@@ -102,9 +102,6 @@ public:
OptionFormantShifted = 0x00000000,
OptionFormantPreserved = 0x01000000,
OptionPitchMethodStandard = 0x00000000,
OptionPitchMethodAlternate = 0x02000000,
OptionChannelsApart = 0x00000000,
OptionChannelsTogether = 0x10000000,