| View previous topic :: View next topic |
| Author |
Message |
mlracing
Joined: 12 Jul 2009 Posts: 42
|
Posted: Sat Jul 18, 2009 11:15 am Post subject: can AHK handle left and right channels of Soundcard? |
|
|
i don't see this function in the help file, only see volumn up & down.
i like a function to mute one channel or set both channels at the same level. |
|
| Back to top |
|
 |
Klaus
Joined: 12 May 2005 Posts: 325 Location: Münster, Germany
|
Posted: Sat Jul 18, 2009 12:47 pm Post subject: |
|
|
Hi, mlracing,
have a look in the manual at "SoundSet", there you will find a little passage mentioning "channels". Controlling a single channel does not
seem to be possible with built-in-functions, all volume setting will adjust the channels to a equal level (like you second request).
Regards,
Klaus |
|
| Back to top |
|
 |
guest22 Guest
|
Posted: Sat Jul 18, 2009 1:20 pm Post subject: Re: can AHK handle left and right channels of Soundcard? |
|
|
| mlracing wrote: | i don't see this function in the help file, only see volumn up & down.
i like a function to mute one channel or set both channels at the same level. |
Yeah, but I'll bet you did not search the forums. See here: Controlling balance and different volumes. Also see this related post for some discussion of how it works: Mic Boost
Depending on your OS version, you may need to change sndvol32.exe to sndvol.exe (for Vista+ I think).
That script is very functional and easily adapted. For my own use, I have modified it to control sound balance and also to control the recording input level and balance.
It is another example of SKAN's fine work.  |
|
| Back to top |
|
 |
|