Skip to content
Snippets Groups Projects
Commit a599ea83 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard
Browse files

winepulse.drv: Print a winediag error when PA buffer size is too small.


winepulse depends on PulseAudio to allocate the entire requested
buffer size. If it allocates less than that size, then mmdevapi
clients may not be able to write as much data as they expect. So, we
should warn the user that the PA buffer is too small.

This is a common symptom of users setting the PULSE_LATENCY_MSEC
environment variable, which would help in some situations with
winealsa, but is no longer required with winepulse.

Signed-off-by: default avatarAndrew Eikum <aeikum@codeweavers.com>
Signed-off-by: default avatarSebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent a11b8ded
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment