create icon indicating copy to clipboard operation
create copied to clipboard

Swap Channels

Open fizzyade opened this issue 5 years ago • 2 comments

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?

fizzyade avatar Jun 09 '20 15:06 fizzyade

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

hifiberry avatar Jun 09 '20 15:06 hifiberry

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?

fizzyade avatar Jun 11 '20 21:06 fizzyade