AutoHotkey Community

It is currently May 27th, 2012, 1:04 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: December 27th, 2011, 12:28 pm 
Offline

Joined: November 18th, 2006, 7:56 pm
Posts: 305
Hi forum,

I need to control the microphone volume of my second sound device (see below, mixer #2)

Image

I' using this code snippet
Code:
F2::
ToolTip , SoundSet 0
SoundSet,0,MICROPHONE,VOLUME,2
Return
F3::
ToolTip , SoundSet 100
SoundSet,100,MICROPHONE,VOLUME,2
Return

However, this code always sets the microphone level at mixer #1, no matter which number I use at the end of the SoundSet line :(

Any ideas how SoundSet can be convinced to act on mixer #2 instead of mixer #1?

Thanks heaps already
David.P

--
PS: AHK erroneously acts on the "Microphone" level at Mixer #1 as well even when I use:
Code:
SoundSet,100,WAVE,VOLUME,1
or
Code:
SoundSet,100,MASTER,VOLUME,1
or
Code:
SoundSet,100,,VOLUME,1
or
Code:
SoundSet,100,,VOLUME,3

In other words, SoundSet ALWAYS and only changes the microphone input level no matter what parameters are used :?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Amandaville, BrandonHotkey, chaosad, Yahoo [Bot] and 18 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group