Swap Channels
Any chance of an option to swap the left and right channels? (I'm using a Digi+)
Can I achieve this in the config via command line?
Theoretically you could do this with a channel map. Have a look at /etc/asound.conf However, note that an update might break this as this file isn't supposed to be edited by the user
Theoretically you could do this with a channel map. Have a look at /etc/asound.conf However, note that an update might break this as this file isn't supposed to be edited by the user
Thanks. I mounted the sound bar on the ceiling tonight - which is what caused the issue, I have to mount it upside down.
I edited the asound.conf file, the particular change I made was:
pcm.ttable { type route #ttable_config:stereo 0 ttable.0.0 1 ttable.1.1 1 ttable.0.1 0 ttable.1.0 0 slave.pcm "hifiberry" }
to:
pcm.ttable { type route #ttable_config:stereo 0 ttable.0.1 1 ttable.1.0 1 ttable.0.0 0 ttable.1.1 0 slave.pcm "hifiberry" }
Now obviously I have the issue with updates overwriting the file. Is there an chance of an advanced GUI option to set the channel swap?