Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
119:1ba557a20ca3 | 120:2aa263b384f8 |
---|---|
50 void streamStateChanged(); | 50 void streamStateChanged(); |
51 void contextStateChanged(); | 51 void contextStateChanged(); |
52 | 52 |
53 static void streamWriteStatic(pa_stream *, size_t, void *); | 53 static void streamWriteStatic(pa_stream *, size_t, void *); |
54 static void streamStateChangedStatic(pa_stream *, void *); | 54 static void streamStateChangedStatic(pa_stream *, void *); |
55 static void streamOverflowStatic(pa_stream *, void *); | |
56 static void streamUnderflowStatic(pa_stream *, void *); | |
55 static void contextStateChangedStatic(pa_context *, void *); | 57 static void contextStateChangedStatic(pa_context *, void *); |
56 | 58 |
57 QMutex m_mutex; | 59 QMutex m_mutex; |
58 | 60 |
59 class MainLoopThread : public Thread | 61 class MainLoopThread : public Thread |