weet iemand een manier om op windows 8 met speech recognition je sound te muten hoger en lager te zetten ? ik zit de hele dag al een beetje te googlen maar ik kan niet echt iets vinden
ja had ik al geprobeert maar die geeft errors als je wat zegt
<?xml version="1.0" encoding="UTF-16"?>
<command>
<listenFor>Turn off the speakers</listenFor>
<listenFor>Turn on the speakers</listenFor>
<listenFor>Turn the speakers off</listenFor>
<listenFor>Turn the speakers on</listenFor>
<listenFor>Mute ?the speakers</listenFor>
<listenFor>Mute ?the audio</listenFor>
<listenFor>Unmute ?the speakers</listenFor>
<listenFor>Unmute ?the audio</listenFor>
<setTextFeedback>Toggling audio mute...</setTextFeedback>
<sendMessage className="Button" windowName="Start" message="793" wParam="6552" lParam="524288"/>
</command>
<command>
<listenFor>[incOrDec] ?the volume</listenFor>
<listenFor>[incOrDec] ?the volume ?by 1 ?time</listenFor>
<listenFor>[incOrDec] ?the volume ?by [volumeTimes] ?times</listenFor>
<setTextFeedback>Changing the volume...</setTextFeedback>
<script language="vbscript">
<![CDATA[
times = "{[times]}"
If times = "" Then times = "2"
lParam = {[incOrDec.lParam]}
For i = 1 to Int(times) / 2
Application.SendMessage "Button", "Start", 793, 6552, lParam
Next
]]>
</script>
</command>
<command>
<listenFor>Set the volume to [volumeTimes]</listenFor>
<emulateRecognition>Decrease the volume by 100</emulateRecognition>
<setTextFeedback>Setting the volume to {[volumeTimes]}...</setTextFeedback>
<waitFor seconds=".50" />
<emulateRecognition>Increase the volume by {[volumeTimes]}</emulateRecognition>
<setTextFeedback>Volume set to {[volumeTimes]}</setTextFeedback>
</command>
<command>
<listenFor>Show ?the volume</listenFor>
<setTextFeedback>Showing the volume</setTextFeedback>
<sendKeys>{WIN}</sendKeys>
<waitFor seconds=".750" />
<emulateRecognition>Move mouse to Volume</emulateRecognition>
<sendKeys>{WIN}</sendKeys>
</command>
<listenForList name="incOrDec" propname="lParam">
<item propval="655360">Increase</item>
<item propval="589824">Decrease</item>
</listenForList>
<numbers name="volumeTimes" start="2" stop="100" propname="times"/>
<Signature>
MIIDoAYJKoZIhvcNAQcCoIIDkTCCA40CAQExCzAJBgUrDgMCGgUAMGcGCisGAQQBgjcCAQSgWTBX
MDIGCisGAQQBgjcCAR4wJAIBAQQQQf9itGlsy0O8AOWC49jANAIBAAIBAAIBAAIBAAIBADAhMAkG
BSsOAwIaBQAEFBGjv1QGo8PVXTOGB27N9sUgmPGkoIIBzzCCAcswggE0oAMCAQICEEeoHGRXeoal
QkwXHQOocRcwDQYJKoZIhvcNAQEFBQAwETEPMA0GA1UEAxMGbm9lMDAxMB4XDTEyMTExOTExMzIw
MFoXDTEzMTExOTE3MzIwMFowETEPMA0GA1UEAxMGbm9lMDAxMIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQCdU0EDtGxwDwSdIHlx19THNXUOUZzYXjtCwF71R44QxzjdKvwrX8DpDnJXhleL0W4m
SSR+bIJLuDQBXjErPW5705eGq3UIkUcY8qC6uLhpg1P/l11kXNtKypD+ppUA78ZSm7oRMfty6J+j
Ts3zhMEZds2CD6lvMI3/vb0JwEvepwIDAQABoyQwIjALBgNVHQ8EBAMCB4AwEwYDVR0lBAwwCgYI
KwYBBQUHAwMwDQYJKoZIhvcNAQEFBQADgYEAWPg3ZEHioQB+azavoktikZFoYiYA8rnvaH7RTwbV
wraMTqMzcZn5CP3tvsl7OdF8lD2kx2mA9qZwtaBZuwe1gWo7nyO5g0MzGsA5cA++Er1Qnv/4tItl
YcKeJmdWbiCy+p+jwz5AI0zKI/H3gjxTU3Z55rQKxuOnPAid7cI0ebUxggE9MIIBOQIBATAlMBEx
DzANBgNVBAMTBm5vZTAwMQIQR6gcZFd6hqVCTBcdA6hxFzAJBgUrDgMCGgUAoHAwEAYKKwYBBAGC
NwIBDDECMAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwGCisG
AQQBgjcCARUwIwYJKoZIhvcNAQkEMRYEFHE9p0n6zybZaqaEKIVwXffutUl9MA0GCSqGSIb3DQEB
AQUABIGAO6E/Sc3S/Rdz/4TocArRE4YNPkT7qQPrqNOuPZKyBe84nk/Eu6nRE2G70WODCMrKs9YR
pFSV1gUvYdhHwL5ybEgb1mMXemO5LljX2iOVY0egPu3grZB/UpZBpcIg4iRYd7eScIAoJ1Bd6GOM
zvMcxqMYHM1FZl4tXjOkZv+FleA=
</Signature>
</speechMacros>
<?xml version="1.0" encoding="UTF-16"?>
<command>
<listenFor>Turn off the speakers</listenFor>
<listenFor>Turn on the speakers</listenFor>
<listenFor>Turn the speakers off</listenFor>
<listenFor>Turn the speakers on</listenFor>
<listenFor>Mute ?the speakers</listenFor>
<listenFor>Mute ?the audio</listenFor>
<listenFor>Unmute ?the speakers</listenFor>
<listenFor>Unmute ?the audio</listenFor>
<setTextFeedback>Toggling audio mute...</setTextFeedback>
<sendMessage className="Button" windowName="Start" message="793" wParam="6552" lParam="524288"/>
</command>
<command>
<listenFor>[incOrDec] ?the volume</listenFor>
<listenFor>[incOrDec] ?the volume ?by 1 ?time</listenFor>
<listenFor>[incOrDec] ?the volume ?by [volumeTimes] ?times</listenFor>
<setTextFeedback>Changing the volume...</setTextFeedback>
<script language="vbscript">
<![CDATA[
times = "{[times]}"
If times = "" Then times = "2"
lParam = {[incOrDec.lParam]}
For i = 1 to Int(times) / 2
Application.SendMessage "Button", "Start", 793, 6552, lParam
Next
]]>
</script>
</command>
<command>
<listenFor>Set the volume to [volumeTimes]</listenFor>
<emulateRecognition>Decrease the volume by 100</emulateRecognition>
<setTextFeedback>Setting the volume to {[volumeTimes]}...</setTextFeedback>
<waitFor seconds=".50" />
<emulateRecognition>Increase the volume by {[volumeTimes]}</emulateRecognition>
<setTextFeedback>Volume set to {[volumeTimes]}</setTextFeedback>
</command>
<command>
<listenFor>Show ?the volume</listenFor>
<setTextFeedback>Showing the volume</setTextFeedback>
<sendKeys>{WIN}</sendKeys>
<waitFor seconds=".750" />
<emulateRecognition>Move mouse to Volume</emulateRecognition>
<sendKeys>{WIN}</sendKeys>
</command>
<listenForList name="incOrDec" propname="lParam">
<item propval="655360">Increase</item>
<item propval="589824">Decrease</item>
</listenForList>
<numbers name="volumeTimes" start="2" stop="100" propname="times"/>
<Signature>
MIIDoAYJKoZIhvcNAQcCoIIDkTCCA40CAQExCzAJBgUrDgMCGgUAMGcGCisGAQQBgjcCAQSgWTBX
MDIGCisGAQQBgjcCAR4wJAIBAQQQQf9itGlsy0O8AOWC49jANAIBAAIBAAIBAAIBAAIBADAhMAkG
BSsOAwIaBQAEFBGjv1QGo8PVXTOGB27N9sUgmPGkoIIBzzCCAcswggE0oAMCAQICEEeoHGRXeoal
QkwXHQOocRcwDQYJKoZIhvcNAQEFBQAwETEPMA0GA1UEAxMGbm9lMDAxMB4XDTEyMTExOTExMzIw
MFoXDTEzMTExOTE3MzIwMFowETEPMA0GA1UEAxMGbm9lMDAxMIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQCdU0EDtGxwDwSdIHlx19THNXUOUZzYXjtCwF71R44QxzjdKvwrX8DpDnJXhleL0W4m
SSR+bIJLuDQBXjErPW5705eGq3UIkUcY8qC6uLhpg1P/l11kXNtKypD+ppUA78ZSm7oRMfty6J+j
Ts3zhMEZds2CD6lvMI3/vb0JwEvepwIDAQABoyQwIjALBgNVHQ8EBAMCB4AwEwYDVR0lBAwwCgYI
KwYBBQUHAwMwDQYJKoZIhvcNAQEFBQADgYEAWPg3ZEHioQB+azavoktikZFoYiYA8rnvaH7RTwbV
wraMTqMzcZn5CP3tvsl7OdF8lD2kx2mA9qZwtaBZuwe1gWo7nyO5g0MzGsA5cA++Er1Qnv/4tItl
YcKeJmdWbiCy+p+jwz5AI0zKI/H3gjxTU3Z55rQKxuOnPAid7cI0ebUxggE9MIIBOQIBATAlMBEx
DzANBgNVBAMTBm5vZTAwMQIQR6gcZFd6hqVCTBcdA6hxFzAJBgUrDgMCGgUAoHAwEAYKKwYBBAGC
NwIBDDECMAAwGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwGCisG
AQQBgjcCARUwIwYJKoZIhvcNAQkEMRYEFHE9p0n6zybZaqaEKIVwXffutUl9MA0GCSqGSIb3DQEB
AQUABIGAO6E/Sc3S/Rdz/4TocArRE4YNPkT7qQPrqNOuPZKyBe84nk/Eu6nRE2G70WODCMrKs9YR
pFSV1gUvYdhHwL5ybEgb1mMXemO5LljX2iOVY0egPu3grZB/UpZBpcIg4iRYd7eScIAoJ1Bd6GOM
zvMcxqMYHM1FZl4tXjOkZv+FleA=
</Signature>
</speechMacros>
Even snel want moet weg 
- Enable Speech Recognition
- Download Speech Recognition Macro:
http://www.microsoft.com/...oad/details.aspx?id=13045
- Rechtermuis op Speech Recognition Macro en kies voor 'New Macro'
- Gebruik de volgende macro:
http://blogs.msdn.com/b/r...ay-mute-the-speakers.aspx
In jouw geval is het zo dat je waarschijnlijk de signature in de macro hebt geplakt. Gebruik de bovenstaance macro en geef aan dat je de macro wil signen met je Eigen cert.
Net getest en werkt prima...
- Enable Speech Recognition
- Download Speech Recognition Macro:
http://www.microsoft.com/...oad/details.aspx?id=13045
- Rechtermuis op Speech Recognition Macro en kies voor 'New Macro'
- Gebruik de volgende macro:
http://blogs.msdn.com/b/r...ay-mute-the-speakers.aspx
In jouw geval is het zo dat je waarschijnlijk de signature in de macro hebt geplakt. Gebruik de bovenstaance macro en geef aan dat je de macro wil signen met je Eigen cert.
Net getest en werkt prima...