You are not logged in.
I want to Swap the left and right channels on my stereo speakers. I'm not using pulse audio. Just plain old ALSA. Can someone help?
Last edited by zangarmarsh (2021-05-04 01:08:10)
Offline
Just generally,
pcm.dmix.bindings {
0 1
1 0
}
should lead to that if I'm reading https://www.alsa-project.org/alsa-doc/a … ugins_dmix right. There's a few other things you could do if you wanted to get more fancy but that should just change the default dmix config to swap channels.
See e.g. https://superuser.com/a/59488 for another method.
Last edited by V1del (2021-05-03 03:04:51)
Online
Thanks. The first example results in no sound but the superuser one works.
Offline