General > Help & Resources
Command for Mute Microphone in Windows [SOLVED]
some_punk:
that is what im looking for (commandline, script or shortcut command) :( i got the Logitech G15 but i cant find the "correct" script.... i want to assign the script for some G keys in my keyboard, it could be easier
pod:
Made one for you: http://dl.dropbox.com/u/161456/cVol-1.0.zip
I already had this made as a plugin for something, so I adapted it into a command line app.
Examples:
toggle mute on microphone:
--- Code: ---cvol /line "Microphone" /mute
--- End code ---
increase volume by 5%:
--- Code: ---cvol /change 5
--- End code ---
decrease volume by 5%:
--- Code: ---cvol /change -5
--- End code ---
see cvol /help for more options
line names are same as in windows volume control
I only tested this on xp, it may or may not work on vista/7 since it has a new mixer api
[MAF]falky:
pod uses dropbox <3
some_punk:
--- Code: --- <dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
--- End code ---
:( i got win7 64... it doesnt work.. but thank you anyways podsy
accidently I ommited by error a small detail... i need a LUA script for my KB G15 :( sorry
http://en.wikipedia.org/wiki/Lua_%28programming_language%29
Flopster:
Just plug and unplug the mic socket. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version