Hey i was wondering is there an easy way to just change the center speaker and the subwoofer, in mutch operating systems there is just a button of change CEN and subwoofer but how to do it in fedora workstation 41 with a 5.1 system i just dont have any good bass without it.
Hi,
You don’t give any details abour your setup. Let’s assume your alsa audio device is surround51, analog audio
modifying or creating ~/.asoundrc like that would achieve that. It’s a general example therefore, adjust device names to reflect your setup. No reboot required.
pcm.surround51 pcm.surround51fix
pcm.surround51fix {
type route
slave.pcm "cards.pcm.surround51"
ttable.0.0 1
ttable.1.1 1
ttable.2.2 1
ttable.3.3 1
ttable.4.5 1
ttable.5.4 1
}