Mercurial > hg > svapp
diff audio/AudioCallbackPlaySource.h @ 498:cd9dec2f47e8 recording
Fix suspending/resuming audio device; it wasn't suspending when playback reached the end, only when the user stopped explicitly
author | Chris Cannam |
---|---|
date | Tue, 22 Sep 2015 17:12:37 +0100 |
parents | f93820d36cb0 |
children | 39e94df71d24 |
line wrap: on
line diff
--- a/audio/AudioCallbackPlaySource.h Wed Sep 16 15:16:54 2015 +0100 +++ b/audio/AudioCallbackPlaySource.h Tue Sep 22 17:12:37 2015 +0100 @@ -116,8 +116,7 @@ virtual sv_frame_t getPlayEndFrame() { return m_lastModelEndFrame; } /** - * Set the playback target. This should be called by the target - * class. + * Set the playback target. */ virtual void setSystemPlaybackTarget(breakfastquay::SystemPlaybackTarget *);