mpv/audio/out
wm4 228b652ad5 ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t
This caused weird issue, probably caused by setting up the wrong number
of channels, or similar. See github issue #383.

Patch by bugmen0t on github.
2013-12-01 19:40:14 +01:00
..
ao.c audio/out: add sndio support 2013-10-03 23:14:03 +02:00
ao.h
ao_alsa.c ao_alsa: don't include alloca.h 2013-11-02 19:02:42 +01:00
ao_coreaudio.c ao_coreaudio: clear output buffer on buffer underrun 2013-10-03 23:43:07 +02:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h
ao_coreaudio_utils.c ao_coreaudio: simplify ch label to speaker id conversion 2013-12-01 19:37:37 +01:00
ao_coreaudio_utils.h
ao_dsound.c Some more mp_msg conversions 2013-08-23 23:30:09 +02:00
ao_jack.c ao_jack: refactoring, also fix "no-connect" option 2013-12-01 19:19:49 +01:00
ao_lavc.c audio/out: do some mp_msg conversions 2013-08-22 23:12:35 +02:00
ao_null.c
ao_openal.c audio/out: do some mp_msg conversions 2013-08-22 23:12:35 +02:00
ao_oss.c ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t 2013-12-01 19:40:14 +01:00
ao_pcm.c ao_pcm: big endian AC3 in wav doesn't work 2013-11-02 19:01:04 +01:00
ao_portaudio.c audio/out: do some mp_msg conversions 2013-08-22 23:12:35 +02:00
ao_pulse.c ao_pulse: fix channel layouts 2013-11-02 19:06:13 +01:00
ao_rsound.c ao_rsound: fix option types 2013-12-01 19:30:13 +01:00
ao_sdl.c audio/out: do some mp_msg conversions 2013-08-22 23:12:35 +02:00
ao_sndio.c audio/out: add sndio support 2013-10-03 23:14:03 +02:00
ao_wasapi.c