Mercurial > hg > svapp
diff audioio/AudioPulseAudioTarget.h @ 120:2aa263b384f8
* Fix to PulseAudio output -- it works rather better now it's being fed
the right number of samples and not 8 times as many
author | Chris Cannam |
---|---|
date | Fri, 23 May 2008 15:36:20 +0000 |
parents | 1ba557a20ca3 |
children | 0876ea394902 |
line wrap: on
line diff
--- a/audioio/AudioPulseAudioTarget.h Wed May 21 17:17:16 2008 +0000 +++ b/audioio/AudioPulseAudioTarget.h Fri May 23 15:36:20 2008 +0000 @@ -52,6 +52,8 @@ static void streamWriteStatic(pa_stream *, size_t, void *); static void streamStateChangedStatic(pa_stream *, void *); + static void streamOverflowStatic(pa_stream *, void *); + static void streamUnderflowStatic(pa_stream *, void *); static void contextStateChangedStatic(pa_context *, void *); QMutex m_mutex;