mpv/audio/out
wm4 e0d7876eca ao_pulse: lower default buffer size from 1000ms to 250ms
1000ms is a bit insane. It makes behavior on playback speed changes
worse (because the player has to catch up the dropped audio due to
audio-chain reset), and perhaps makes seeking slower.

Note that the problem of playback speed changes misbehaving will be
fixed in the future, but even then we don't want to have a buffer that
large.
2014-01-07 23:52:18 +01:00
..
ao.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao.h
ao_alsa.c ao_alsa: remove 9 year old typo 2014-01-02 21:29:33 +01:00
ao_coreaudio.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_coreaudio_utils.h
ao_dsound.c
ao_jack.c
ao_lavc.c
ao_null.c
ao_openal.c
ao_oss.c
ao_pcm.c
ao_portaudio.c
ao_pulse.c ao_pulse: lower default buffer size from 1000ms to 250ms 2014-01-07 23:52:18 +01:00
ao_rsound.c
ao_sdl.c
ao_sndio.c
ao_wasapi.c