diff audio/TimeStretchWrapper.cpp @ 739:ddfac001b543 audio-source-refactor

Introduce EffectWrapper for the auditioning effect
author Chris Cannam
date Thu, 19 Mar 2020 16:14:02 +0000
parents 48001ed9143b
children 846970dbef17
line wrap: on
line diff
--- a/audio/TimeStretchWrapper.cpp	Wed Mar 18 12:51:41 2020 +0000
+++ b/audio/TimeStretchWrapper.cpp	Thu Mar 19 16:14:02 2020 +0000
@@ -205,8 +205,11 @@
 }
 
 void
-TimeStretchWrapper::setSystemPlaybackBlockSize(int)
+TimeStretchWrapper::setSystemPlaybackBlockSize(int sz)
 {
+    SVDEBUG << "NOTE: TimeStretchWrapper::setSystemPlaybackBlockSize called "
+            << "with size = " << sz << "; not passing to wrapped source, as "
+            << "actual block size will vary" << endl;
 }
 
 void