Downmixing / Ajustar de 5.1 para 'true' 2.1
Eu uso o ALSA e o Pulse Audio na minha máquina Arch Linux.
Você deseja controlar como a mixagem downmix para 2.0 é feita, portanto, você definirá um dispositivo de som personalizado em /etc/asound.conf
Você pode usar esta configuração de saída:
(adicione a função personalizada ao arquivo /etc/asound.conf
)
pcm.51to20
{
type route
slave.pcm surround51
slave.channels 6
# Front and rear, at 33% of original signal strength
ttable.0.0 0.33
ttable.1.1 0.33
ttable.2.0 0.33
ttable.3.1 0.33
# Center channel routing (routed to front-left and front-right),
# 6dB gaindrop (gain half of main channels) per channel
ttable.4.0 0.16
ttable.4.1 0.16
# LFE channel routing (routed to front-left and front-right),
# 6dB gaindrop (gain half of main channels) per channel
ttable.5.0 0.16
ttable.5.1 0.16
}
Em seguida, no VLC
Vá para as preferências de áudio
Ferramentas - > Preferências - > Áudio
Defina Outputmodel
para Alsa audio output
e
Defina Device
para Default ALSA Output (currently PulseAudio Sound Server)
Salvar e reiniciar o VLC