comparison audio/AudioCallbackPlaySource.cpp @ 628:b936872faff2

Merge from branch zoom
author Chris Cannam
date Wed, 10 Oct 2018 08:44:37 +0100
parents 5bc9f9144505
children e2715204feaa
comparison
equal deleted inserted replaced
626:51ecc3e2d71c 628:b936872faff2
213 } 213 }
214 } 214 }
215 215
216 if (conflicting) { 216 if (conflicting) {
217 217
218 SVDEBUG << "AudioCallbackPlaySource::addModel: ERROR: " 218 SVCERR << "AudioCallbackPlaySource::addModel: ERROR: "
219 << "New model sample rate does not match" << endl 219 << "New model sample rate does not match" << endl
220 << "existing model(s) (new " << model->getSampleRate() 220 << "existing model(s) (new " << model->getSampleRate()
221 << " vs " << m_sourceSampleRate 221 << " vs " << m_sourceSampleRate
222 << "), playback will be wrong" 222 << "), playback will be wrong"
223 << endl; 223 << endl;