[pulseaudio-tickets] [PulseAudio] #198: Alsa source and Wine
PulseAudio
trac-noreply at tango.0pointer.de
Wed Feb 20 14:21:36 PST 2008
#198: Alsa source and Wine
---------------------------------+------------------------------------------
Reporter: AdamK | Owner: ossman
Type: defect | Status: closed
Priority: normal | Milestone:
Component: alsa-plugins-pulse | Severity: normal
Resolution: wontfix | Keywords:
---------------------------------+------------------------------------------
Comment (by wereHamster):
There is a small 'bug' in the alsa pulse plugin which breaks the wine
tests. The problem is that when writing small amounts of data (<4000
bytes), then the latency is not properly updated. The wine test waits
until all data is processed using snd_pcm_delay(), which is implemented
using pa_stream_get_latency(). But the latency/delay stays always the same
so wine loops endlessly. I changed the alsa plugin to not use
PA_STREAM_AUTO_TIMING_UPDATE | PA_STREAM_INTERPOLATE_TIMING and voila,
wine tests don't loop endlessly anymore.
--
Ticket URL: <http://www.pulseaudio.org/ticket/198#comment:8>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list