
Originally Posted by
tmoravec
I dunno what is wrt audio and a quick Google and Wikipedia search didn't help me, so I don't know.
'wrt' is a unofficial but reasonably common English language abbreviation for the words 'with respect to'

Originally Posted by
tmoravec
Of course. I know this is a silly argument, but in Windows this functionality is is available with a single click and I've always regarded this as similarly essential as volume control, so I believe it's not neccessary to edit a configuration file. Especially when I need to adjust this several times a day (different headphones at work and at home...)
Hmmm ... IMHO wrt MS-Windows, YMMV ('your mileage may vary) as I do NOT have such options on my MS_Windows setup. Its nice that you have. However I boot to MS-Windows typically once/every 3 or 4 months, so I also don't need such settings (plus all 6 speakers in my 5.1 surround system work in GNU/Linux).

Originally Posted by
tmoravec
I did that. If I could Google it, I wouldn't bother you :-)
Hmmm ... the thing is, I have a 5.1 system and I can't test this for you without re-wiring cables on the back of my PC which I am very loathe to do. So that google approach is IMHO the way to go about this.
Install the application 'pulse audio volume control' (pavucontrol) and also setup a sink in pulse audio where you can mix channels. Using a google search I noted one possible command for such a sink might be:
Code:
load-module module-remap-sink sink_name=mono master=<the name of your main output sink> channels=4 channel_map=left,right,left,right master_channel_map=left,left,right,right
where the place to add that line might be in the file /etc/pulse/default.pa. Save the change, restart, test using pavucontrol to tune. Pulse audio may not like that at all. So if that does not work, remove it.
Note where it has <the name of your main output sink> you need to put a number ... possibly something like
Code:
load-module module-remap-sink sink_name=mono-output master=0 channels=4 channel_map=left,right,left,right master_channel_map=left,left,right,right
or
Code:
load-module module-remap-sink sink_name=mono-output master=0 channels=2 channel_map=left,right,left,right master_channel_map=left,left,right,right
... again, remove if it does not work.
Another possible approach is to create a file /home/yourusername/.asoundrc and put inside:
Code:
pcm.pulse { type pulse }
ctl.pulse { type pulse }
save the change, restart your PC and test.
Now both of those were among the TOP hits in the google search. You state you tried the google search, but I can not tell if you attempted the suggestions that come out in the top hits.
Still, despite my having typed those possibilities, if it were me with this problem, once if I tried that and it did not work, I would remove that line and then I would go to the IRC chat channel on 'freenode' #pulseaudio and ask there how to do this.
Bookmarks