We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e9c84 commit cf03fc4Copy full SHA for cf03fc4
1 file changed
patches/RubberBandWrapper.h
@@ -67,7 +67,7 @@ class RubberBandWrapper {
67
// At 48kHz: tonalityLimit 0.08 → freqTonalityLimit ~3.8kHz cutoff
68
// Below cutoff: pitch shifts. Above cutoff: passes through (preserves formants)
69
// 0 = no preservation (uniform shift), 1 = strong preservation
70
- m_formant = norm * 0.08f;
+ m_formant = norm * 0.03f;
71
m_stretch.setTransposeFactor(m_pitchScale, m_formant);
72
}
73
0 commit comments