Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/DspTempo2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DspTempo2.cpp b/src/DspTempo2.cpp
index aa5615c..d425810 100644
--- a/src/DspTempo2.cpp
+++ b/src/DspTempo2.cpp
@@ -17,7 +17,8 @@ namespace SaneAudioRenderer
{
try
{
- auto options = RubberBand::RubberBandStretcher::OptionProcessRealTime;
+ auto options = RubberBand::RubberBandStretcher::OptionTransientsMixed |
+ RubberBand::RubberBandStretcher::OptionProcessRealTime;
m_stretcher = std::make_unique<RubberBand::RubberBandStretcher>(rate, channels, options, 1.0 / tempo);