Author Topic: Mikro regelt sich runter  (Read 2607 times)

0 Members and 1 Guest are viewing this topic.

ThomasKi

  • Jr. Member
  • **
  • Posts: 4
  • Karma: 0
    • View Profile
Mikro regelt sich runter
« on: December 17, 2015, 03:04:26 PM »
Hallo zusammen,
ich habe mir die Testversion von VoxCommando installiert.
Wenn ich Vc starte wird mein Mikro auf 51% runter geregelt.
Mit Cortana hatte ich da gleiche Problem, konnte es aber regeln, indem ich bei der Mikrofonanpassung einfach sehr leise gesprochen habe.  ;)
Kann man das bei Vc irgendwie einstellen?
Wenn ich Vc starte steht mein Mic-Eingang auf 51%, wenn ich kurz Cortana aufrufe auf 100% und ich kann angenehm leise sprechen.
Ich möchte aber nicht immer erst Cortana aufrufen müssen um einen vernünftigen Pegel zu bekommen.
Gibt es da eine Möglichkeit es bei Vc einzustellen?

mfg
Thomas

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Mikro regelt sich runter
« Reply #1 on: December 17, 2015, 03:20:00 PM »
You can set the input level of your microphone using Windows audio control panel.

If your volume keeps resetting by itself maybe this will help:
Look in your registry using regedit for the key:
HKEY_CURRENT_USER\Software\Microsoft\Speech\RecoProfiles\Tokens

Look in each token for a subkey named "volume".  You can either edit this volume key or delete it.  Do not delete the entire token, just the volume key.  If you want to edit it, enter a decimal value equal to 100 times the volume you want to use for speech recognition.  So if you want to always use a volume of 45, set this key to a decimal value of 4500.

You might have more than one token and I can't tell you which one you need to adjust.  You will have to experiment.

You can also adjust the microphone level in VoxCommando:
http://voxcommando.com/mediawiki/index.php?title=Actions#MicSetVol
« Last Edit: December 17, 2015, 03:55:59 PM by jitterjames »

ThomasKi

  • Jr. Member
  • **
  • Posts: 4
  • Karma: 0
    • View Profile
Re: Mikro regelt sich runter
« Reply #2 on: December 17, 2015, 04:27:48 PM »
Thank you for your answer.
------------------------------------
You can also adjust the microphone level in VoxCommando:
http://voxcommando.com/mediawiki/index.php?title=Actions#MicSetVol
------------------------------------
But where (file?) i must insert the command?

Sorry for my poor english. :)

Lg
Thomas

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Mikro regelt sich runter
« Reply #3 on: December 17, 2015, 05:00:23 PM »
If you don't know how to use VoxCommando that is another issue.  I cannot explain to you how to use VoxCommando in this forum thread.  There are extensive resources available (wiki, video tutorials, and the forum) so that you can learn how to use the program.

However I think the best solution is to edit your registry using regedit.exe.  Find and delete the registry key that is causing Windows to modify your volume automatically.  Then you will not have to worry about Windows adjusting your volume.  I have described the registry key in my earlier post.

HKEY_CURRENT_USER\Software\Microsoft\Speech\RecoProfiles\Tokens\{???}\{???}\Volume

If you want, you can use the command below to always set your microphone volume every time VC switches to "on" mode.  But this solution is making VoxCommando do a lot of extra work for nothing.

http://voxcommando.com/mediawiki/index.php?title=XML_on_the_forum

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.2-->
<command id="346" name="reset mic volume" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>Sound.MicSetVol</cmdType>
    <params>
      <param>40</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <event>VC.On</event>
</command>
« Last Edit: December 17, 2015, 05:23:22 PM by jitterjames »

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Mikro regelt sich runter
« Reply #4 on: December 17, 2015, 05:38:54 PM »
This video will show what I mean and how to fix or delete the Windows microphone level registry settings.

https://youtu.be/kUhOyIa41Rw

ThomasKi

  • Jr. Member
  • **
  • Posts: 4
  • Karma: 0
    • View Profile
Re: Mikro regelt sich runter
« Reply #5 on: December 18, 2015, 07:42:32 AM »
Cool, it works!

Thanks for helping.  :)

mfg
Thomas