0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/audio/out
Stefano Pigozzi d427b4fd1c ao_coreaudio: simplify render callback
Read only the requested amount by the AUHAL (instead of all the buffered data).
No idea what the deal is with pausing the audio units if there is no audio to
play, maybe to avoid underruns of some sort. Anyway from my tests this
condition never occurred so I'm removing it all.
2013-07-22 21:53:16 +02:00
..
ao_alsa.c options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts 2013-07-21 23:35:14 +02:00
ao_coreaudio.c ao_coreaudio: simplify render callback 2013-07-22 21:53:16 +02:00
ao_dsound.c ao_dsound: use new option API 2013-07-22 00:11:06 +02:00
ao_jack.c ao_jack: use new option API 2013-07-22 00:03:57 +02:00
ao_lavc.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_null.c audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +02:00
ao_openal.c ao_openal: use new option API 2013-07-21 23:27:32 +02:00
ao_oss.c ao_oss: switch to new option API 2013-07-21 23:52:40 +02:00
ao_pcm.c ao_pcm: use new option API 2013-07-21 23:27:31 +02:00
ao_portaudio.c ao_portaudio: use new option API 2013-07-21 23:27:31 +02:00
ao_pulse.c ao_pulse: use new option API 2013-07-21 23:27:31 +02:00
ao_rsound.c ao_rsound: use new option API 2013-07-21 23:27:32 +02:00
ao_sdl.c ao_sdl: use new option API 2013-07-21 23:27:32 +02:00
ao_wasapi.c ao_wasapi: Fix S/PDIF passthrough init 2013-07-22 02:42:38 +02:00
ao.c ao_wasapi: Make default on Windows. 2013-07-22 02:42:38 +02:00
ao.h options: use new option code for --ao 2013-07-21 23:27:31 +02:00