1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00
mpv/audio/out
Diogo Franco (Kovensky) 1b2dc3613f ao_wasapi: Fix S/PDIF passthrough init
MSDN tells me to multiply the samplerates by 4 (for setting up the S/PDIF
signal frequency), but doesn't mention that I'm only supposed to do it
on the new, NT6.1+ IEC 61937 structs. Works on my Realtek Digital Output,
but as I can't connect any hardware to it I can't hear the result.

Also, always ask for little-endian AC3. I'm not sure if this is supposed
to be LE or NE, but Windows is LE on all platforms, so we go with LE.
2013-07-22 02:42:38 +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 audio/out: remove ao->outburst/buffersize fields 2013-06-16 19:36:56 +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_wasapi0: Rename to ao_wasapi 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