From c545c406fa8d5d12391f77d8e758fd7b203c665e Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 18 Nov 2014 04:17:20 -0800 Subject: ao/wasapi: increase buffer size to 50 ms Before it was the default device period, which was too small causing glitches on on entering/exiting fullscreen. --- audio/out/ao_wasapi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao_wasapi.c') diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c index 074a6b32b2..b328fd61b2 100644 --- a/audio/out/ao_wasapi.c +++ b/audio/out/ao_wasapi.c @@ -79,6 +79,7 @@ static void thread_feed(struct ao *ao) EXIT_ON_ERROR(hr); frame_count -= padding; + MP_TRACE(ao, "Frame to fill: %"PRIu32". Padding: %"PRIu32"\n", frame_count, padding); } BYTE *pData; -- cgit v1.2.3