comparison 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
comparison
equal deleted inserted replaced
738:48001ed9143b 739:ddfac001b543
203 { 203 {
204 return m_source->getApplicationChannelCount(); 204 return m_source->getApplicationChannelCount();
205 } 205 }
206 206
207 void 207 void
208 TimeStretchWrapper::setSystemPlaybackBlockSize(int) 208 TimeStretchWrapper::setSystemPlaybackBlockSize(int sz)
209 { 209 {
210 SVDEBUG << "NOTE: TimeStretchWrapper::setSystemPlaybackBlockSize called "
211 << "with size = " << sz << "; not passing to wrapped source, as "
212 << "actual block size will vary" << endl;
210 } 213 }
211 214
212 void 215 void
213 TimeStretchWrapper::setSystemPlaybackLatency(int latency) 216 TimeStretchWrapper::setSystemPlaybackLatency(int latency)
214 { 217 {