diff audio/TimeStretchWrapper.h @ 740:846970dbef17 audio-source-refactor

Use shared_ptr for plugin instances throughout
author Chris Cannam
date Fri, 20 Mar 2020 16:31:58 +0000
parents 48001ed9143b
children
line wrap: on
line diff
--- a/audio/TimeStretchWrapper.h	Thu Mar 19 16:14:02 2020 +0000
+++ b/audio/TimeStretchWrapper.h	Fri Mar 20 16:31:58 2020 +0000
@@ -93,7 +93,7 @@
     double m_timeRatio;
     std::vector<std::vector<float>> m_inputs;
     std::mutex m_mutex;
-    sv_frame_t m_stretcherInputSize;
+    int m_stretcherInputSize;
     int m_channelCount;
     sv_samplerate_t m_sampleRate;