mpv/audio
Kevin Mitchell 642f84f922 ao/wasapi: use atomic state variable instead of different events
Unfortunately, because we have proxy objects (pAudioVolumeProxy,
pEndpointVolumeProxy, pSessionControlProxy) it looks like we still
have to use MsgWaitForMultipleObjects and watch for and dispatch
pending messages:

https://msdn.microsoft.com/en-us/library/windows/desktop/ms680112%28v=vs.85%29.aspx
2015-04-04 16:31:14 -07:00
..
decode ad_lavc: disable AC3 DRC by default 2015-03-30 19:44:52 +02:00
filter audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
out ao/wasapi: use atomic state variable instead of different events 2015-04-04 16:31:14 -07:00
audio.c audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
audio.h audio: add missing declaration 2015-01-14 22:15:00 +01:00
audio_buffer.c
audio_buffer.h
chmap.c audio: accept 1.0 and 2.0 as aliases for mono and stereo 2015-02-26 15:41:45 +01:00
chmap.h chmap_sel: add multichannel fallback heuristic 2014-12-29 17:56:53 +01:00
chmap_sel.c audio: fix off by one error in channel map selection code 2015-03-15 17:07:06 +01:00
chmap_sel.h chmap_sel: add multichannel fallback heuristic 2014-12-29 17:56:53 +01:00
fmt-conversion.c
fmt-conversion.h
format.c audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
format.h audio: make all format query shortcuts macros 2015-04-03 15:40:01 -07:00
mixer.c mixer: per-app volume and private volume conflict 2015-04-01 01:15:59 +02:00
mixer.h