1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 02:22:19 +00:00
mpv/audio/out
wm4 99e178f1e8 ao_pulse: do not allow setting volume over 100%
PulseAudio allows applications to set volume over 100%. To make this
possible, the PulseAudio daemon raises the global system volume, and
tries to lower other applications volumes. Unfortunately, this doesn't
work out and doesn't manage to keep the effective volume level of these
other applications.

To make it short: this functionality invoked PulseAudio bugs. Disable
it.

This essentially reverts commit 85a64b.
2012-11-24 21:40:48 +01:00
..
ao_alsa.c Fix potential bugs and issues, general cleanups 2012-11-20 18:00:14 +01:00
ao_coreaudio.c ao_coreaudio: fix deprecation warnings 2012-11-13 22:19:18 +01:00
ao_dsound.c
ao_jack.c
ao_lavc.c Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 2012-11-14 11:45:52 +01:00
ao_null.c
ao_openal.c
ao_oss.c
ao_pcm.c
ao_portaudio.c
ao_pulse.c ao_pulse: do not allow setting volume over 100% 2012-11-24 21:40:48 +01:00
ao_rsound.c
ao.c
ao.h
audio_out_internal.h