# HG changeset patch # User Chris Cannam # Date 1247752638 0 # Node ID d8017c8859ebf1558da8941cf33fa6281a36119b # Parent 366f044c20e4abc3c437dce3c7d11501c002f194 ... diff -r 366f044c20e4 -r d8017c8859eb audioio/AudioCallbackPlaySource.cpp --- a/audioio/AudioCallbackPlaySource.cpp Mon Jun 29 13:06:49 2009 +0000 +++ b/audioio/AudioCallbackPlaySource.cpp Thu Jul 16 13:57:18 2009 +0000 @@ -719,7 +719,7 @@ if (/*!!! sincerequest_t > RealTime::zeroTime && */ m_playStartedAt + latency_t + stretchlat_t < RealTime::fromSeconds(currentTime)) { - std::cerr << "but we've been playing for long enough that I think we should disregard it (it probably results from loop wrapping)" << std::endl; +// std::cerr << "but we've been playing for long enough that I think we should disregard it (it probably results from loop wrapping)" << std::endl; m_playStartFramePassed = true; } else { playing_t = playstart_t;