up vote 1 down vote favorite
share [g+] share [fb]

I'd like to set audio balance from command line (linux), I'v looked at 'aumix' (and googled around) but it seems it does not have an option... can you suggest any method?

link|improve this question
alsamixer gives GUI in terminal, but it is not probably what you want – Jakub Mikians Jul 31 '11 at 9:24
feedback

migrated from stackoverflow.com Jul 31 '11 at 12:28

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

With amixer, you can set the volumes of the left and right ALSA channels. For example,

amixer sset Master 80%,20%

will shift the balance toward the left.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.