AudioStream: Make speed changes less poppy

This commit is contained in:
Connor McLaughlin
2022-07-29 21:16:02 +10:00
parent f6ff7e48c1
commit be5b979713
3 changed files with 63 additions and 7 deletions

View File

@ -67,6 +67,7 @@ public:
/// Nominal rate is used for both resampling and timestretching, input samples are assumed to be this amount faster
/// than the sample rate.
void SetNominalRate(float tempo);
void UpdateTargetTempo(float tempo);
void SetStretchMode(AudioStretchMode mode);