1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00
mpv/audio/out
Stefano Pigozzi 1640ce3262 ao_coreaudio: refactor initialization
The initialization is split more clearly between compressed and lpcm case.
For the compressed case, format selection is simplified a lot and negotiation
removed. The way it was written it just passed back to the core the original
requested format, not what was found available on hardware.

Since this is most likely useless for the compressed case, I didn't bother
with this. In the future I'd like to split this AO in two one that only uses
the AUHAL and the other with direct access to the hardware so that even
passthrough of lcpm can be possible. This would decrease the latency,
audiophiles would like that.
2013-07-22 21:53:17 +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_common.c ao_coreaudio: refactor initialization 2013-07-22 21:53:17 +02:00
ao_coreaudio.c ao_coreaudio: refactor initialization 2013-07-22 21:53:17 +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