0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/audio/out
wm4 7221d96ba3 ao_sdl: make sure our buffer is always larger than what SDL requests
Assume obtained.samples contains the number of samples the SDL audio
callback will request at once. Then make sure ao.c will set the buffer
size at least to 3 times that value (or more).

Might help with bad SDL audio backends like ESD, which supposedly uses a
500ms buffer.
2014-03-10 22:56:23 +01:00
..
ao_alsa.c ao_alsa: reduce default buffer size 2014-03-10 01:28:39 +01:00
ao_coreaudio_properties.c ao_coreaudio: move to new log API 2013-08-01 20:32:49 +02:00
ao_coreaudio_properties.h audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00
ao_coreaudio_utils.c msg: rename mp_msg_log -> mp_msg 2013-12-21 22:13:04 +01:00
ao_coreaudio_utils.h audio/out: make ao struct opaque 2014-03-09 00:19:31 +01:00
ao_coreaudio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_dsound.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_jack.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_lavc.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_null.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_openal.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_oss.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_pcm.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_portaudio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_pulse.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_rsound.c ao_rsound: pass correct data type to rsd_set_param() 2014-03-09 19:11:49 +01:00
ao_sdl.c ao_sdl: make sure our buffer is always larger than what SDL requests 2014-03-10 22:56:23 +01:00
ao_sndio.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
ao_wasapi.c ao_wasapi: Use double math for QueryPerformanceCounter correction 2014-03-09 17:56:29 -03:00
ao.c audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00
ao.h audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
internal.h audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00
pull.c audio/out: make draining a separate operation 2014-03-09 01:27:41 +01:00
push.c audio/out: reduce amount of audio buffering 2014-03-10 01:13:40 +01:00