comparison audio/AudioCallbackPlaySource.cpp @ 625:5bc9f9144505 zoom

This should be on SVCERR
author Chris Cannam
date Tue, 09 Oct 2018 12:53:23 +0100
parents b23bebfdfaba
children e2715204feaa
comparison
equal deleted inserted replaced
624:15a566f26114 625:5bc9f9144505
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;