On Sun, 18 Apr 2004, Christian Anton wrote:

> Hi everybody!
> 
> I want to change volume of only left or right channel of my Output of my 
> soundcard by a script, and not touch the volume of the other channel.
> By example: I want to set volume on left side to 70% an leave the right 
> side on 35%. I have multiple Soundcards in my Computer (3xens1371 and 
> 1xintel8x0) I need a scriptable solution because i want to do so within 
> a php-Script.
> 
> Can anybody give me an idea how to do so? I already read the manuals of 
> amixer, but it seems it can only change left AND right volumes at a time.

amixer set Speaker frontleft 25%
amixer set Speaker frontright 65%

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to