Please take a look at this script:
#SingleInstance force
SoundGet,micvo,Microphone:2,Volume
If micvol=<90
{
SoundSet,0,Microphone:2,On
SoundSet,85,Microphone:2,Volume
}
Else
SoundSet,85,Microphone:2,Volume
SoundSet,0,Microphone:2,On
ExitApp
this script is not doing any thing to the recording panel, but when I change Microphone:2 to Microphone:1 it works perfectly on the playback panel exactly the way I want it.
I just don't know how to call the recording commands
Regards