Exploratory work

This commit is contained in:
Chris Cannam
2024-03-15 16:44:38 +00:00
parent 68022c8dd9
commit cbb8329057
5 changed files with 45 additions and 26 deletions

View File

@@ -267,7 +267,7 @@ RubberBandLivePitchShifter::RubberBandLivePitchShifter(int sampleRate, size_t ch
m_shifter(new RubberBandLiveShifter
(sampleRate, channels,
RubberBandLiveShifter::OptionWindowLong |
RubberBandLiveShifter::OptionPitchModeB |
RubberBandLiveShifter::OptionPitchModeA |
RubberBandLiveShifter::OptionChannelsTogether)),
m_sampleRate(sampleRate),
m_channels(channels),