Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap Channels #96

Open
fizzyade opened this issue Jun 9, 2020 · 2 comments
Open

Swap Channels #96

fizzyade opened this issue Jun 9, 2020 · 2 comments

Comments

@fizzyade
Copy link

fizzyade commented Jun 9, 2020

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?

@hifiberry
Copy link
Contributor

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

@fizzyade
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants