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?
|
feedback
|
migrated from stackoverflow.com Jul 31 '11 at 12:28
This question came from our site for professional and enthusiast programmers.
|
With amixer, you can set the volumes of the left and right ALSA channels. For example,
will shift the balance toward the left. | |||
|
feedback
|
alsamixergives GUI in terminal, but it is not probably what you want – Jakub Mikians Jul 31 '11 at 9:24