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.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/out/ao_wasapi.h') diff --git a/audio/out/ao_wasapi.h b/audio/out/ao_wasapi.h index 7e7cc6cd06..8507ecaf0b 100755 --- a/audio/out/ao_wasapi.h +++ b/audio/out/ao_wasapi.h @@ -63,10 +63,6 @@ typedef struct wasapi_state { /* Buffers */ size_t buffer_block_size; /* Size of each block in bytes */ - REFERENCE_TIME - minRequestedDuration; /* minimum wasapi buffer block size, in 100-nanosecond units */ - REFERENCE_TIME - defaultRequestedDuration; /* default wasapi default block size, in 100-nanosecond units */ UINT32 bufferFrameCount; /* wasapi buffer block size, number of frames, frame size at format.nBlockAlign */ /* WASAPI handles, owned by other thread */ -- cgit v1.2.3