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 Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
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 Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_dsound.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_jack.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_lavc.c audio/fmt-conversion.c: remove unknown audio format messages 2013-12-21 20:50:12 +01:00
ao_null.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_openal.c m_option: add mp_log callback to OPT_STRING_VALIDATE options 2013-12-21 21:43:16 +01:00
ao_oss.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_pcm.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_portaudio.c m_option: add mp_log callback to OPT_STRING_VALIDATE options 2013-12-21 21:43:16 +01:00
ao_pulse.c ao_pulse: lower default buffer size from 1000ms to 250ms 2014-01-07 23:52:18 +01:00
ao_rsound.c Move options/config related files from mpvcore/ to options/ 2013-12-17 02:07:57 +01:00
ao_sdl.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_sndio.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
ao_wasapi.c m_option: add mp_log callback to OPT_STRING_VALIDATE options 2013-12-21 21:43:16 +01:00