Mercurial > hg > svapp
changeset 176:d8017c8859eb
...
author | Chris Cannam |
---|---|
date | Thu, 16 Jul 2009 13:57:18 +0000 |
parents | 366f044c20e4 |
children | 7dae51741cc9 |
files | audioio/AudioCallbackPlaySource.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;