Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Philipp9
58 discussion posts
Hello,
I don't understand the "toggle button" command when adding a new voice command.
I always assumed that the first time the command was executed, the key was pressed and the second time it was released. The way it seems, isn't it?
Can someone explain what the command does?

greetings
Philipp
Apr 8, 2020  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
That's how it should work, yep! Which keyboard key are you trying to toggle? I'll do some testing here and see if something is broken.
Apr 8, 2020  • #2
User Image
Philipp9
58 discussion posts
Thanks for the answer.

For example, I want to toggle the "F" key. For me there are no buttons :(
Now I always have to create two commands: one to hold down the key and the second to release the key.
Apr 9, 2020  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Have you already tried the "Hold Key" action? With that one, it will do a "repeating" keydown, the same as if you held the actual key down on the keyboard.
Apr 9, 2020  • #4
User Image
Philipp9
58 discussion posts
Yes, I am currently using the action "hold key", but the key is not released the second time the command is called :(
That's why I have a second command to release the button.
Apr 10, 2020  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
That's strange! When I use the Hold Key action with the "Hold until toggled" option, it works for me. First run of the command it holds the key, second one it releases the key.

Does yours look like the attached?
• Attachment: HoldKeyAction.png [15,806 bytes]
HoldKeyAction.png
HoldKeyAction.png
Apr 14, 2020  • #6
User Image
Philipp9
58 discussion posts
Yes, but with this action the button is released after the set time. Would like to have pressed this permanently until I just say the voice command again.
Apr 14, 2020  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
What program are you wanting it to hold the F key in? If you run that macro on Notepad, do you see the F key repeating until you say the command a second time?
Apr 14, 2020  • #8
User Image
Philipp9
58 discussion posts
For example in GTA. No in Notepad the key is pressed only once. If I execute this command again, the key is pressed a second time, etc.

In game, however, the key is pressed continuously the first time you run it. Nothing happens except the second time.
Apr 15, 2020  • #9
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Interesting! That's definitley not working the way it's supposed to, strange that it works fine on my machine though!

Could you export your VoiceBot Settings and attach them?
Apr 15, 2020  • #10
User Image
Philipp9
58 discussion posts
Do you have another version? On the screenshot does the dialog box look different than mine?
• Attachment [protected]: VoiceBot Backup (2020-04-15 @ 22-19, 3.6.0.0).reg [249,444 bytes]
Apr 15, 2020  • #11
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks! Yours is in German so maybe something is getting lost in translation :)

Are you using the "Taste halten" action? Or "Taste drucken und wieder loslassen?"
Apr 16, 2020  • #12
User Image
Philipp9
58 discussion posts
Neither of them. I use "Taste umschalten"
Apr 17, 2020  • #13
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you try the "Taste halten" action? I think that one will do what you're looking for.
Apr 18, 2020  • #14
User Image
Philipp9
58 discussion posts
When I use "Taste halten", the key is pressed continuously, but it does not release the key. Therefore "Taste umschalten" after all?
https://www.voicebot.net/Help/#settings-profiles-edit-macroedit-actions - Explanation "Toggle Key" (German: "Taste umschalten" or "Umschalttaste" for German website translation)

I also find it confusing that the German translation between the website and the actual program are so different.
Apr 18, 2020  • #15
Keith Lammers (BFS)'s profile on WallpaperFusion.com
The translation in the app has been done by an actual translator but the website is machine translated for now.

The "Taste halten" action should continuously press the key (this is the same as holding a key on the keyboard), but if you say the command a second time, it should release it. It does in my tests here. Is it not releasing when you say the command a second time?
Apr 20, 2020  • #16
User Image
Philipp9
58 discussion posts
No with the action "Taste halten" the key is not released the second time. For that there is the action "Taste loslassen" ("Release Key")? What does the action "Taste umschalten" ("Toggle Key")?
Apr 21, 2020  • #17
Keith Lammers (BFS)'s profile on WallpaperFusion.com
That's really strange! For "Taste halten" (Hold Key) when I test it, it's released the second time.

"Taste umschalten" (Toggle Key) is really only useful for modifier keys (Ctrl, Shift, Alt). It will send a "KeyDown" the first time, and a "KeyUp" the second time.
Apr 21, 2020  • #18
User Image
Philipp9
58 discussion posts
do you have a different version than me?
Apr 22, 2020  • #19
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I'm testing with 3.6 :)
Apr 22, 2020  • #20
User Image
Philipp9
58 discussion posts
So I tried the action "hold key", it won't be released the second time :(

Can you export your profile so that I can import it into me?
Apr 24, 2020  • #21
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sure thing, here you go! This is how I test it:

  • Open Notepad
  • Say the command, it starts repeating the F key
  • Say the command a second time, it stops
• Attachment: Hold Key Test (English United States).voicebot [690 bytes]
Apr 24, 2020  • #22
User Image
Philipp9
58 discussion posts
Yes in the notepad it works as desired only in the game (GTA) it causes problems :( With this action it is so that the key is pressed one after the other (100ms) and is not constantly pressed. You would only have to instead of 100ms Set 0ms (at least 10ms is allowed). Can you change that?

I noticed another bug (besides the ones here): After irregular intervals, Voicebot no longer understands what is said, but only any letters? Also the detection in general gets worse ... If this occurs only restarting Voicebot helps that it starts again ... Why can't that be due to Windows, if a restart of Voicebot helps or? My Voicebot runs continuously with Windows (and listens). Doesn't he take it somehow?
Apr 25, 2020  • #23
User Image
Philipp9
58 discussion posts
I have now heard it with a macro script. Unfortunately Voicebot always hangs when I hear the "Macroscript" action :(
Apr 27, 2020  • #24
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you send me the profile with the Macro Script action that causes VoiceBot to hang?
Apr 27, 2020  • #25
User Image
Philipp9
58 discussion posts
See attachement.

The script may not be perfect since I'm a C # beginner.
• Attachment [protected]: test (Deutsch Deutschland).voicebot [10,160 bytes]
Apr 28, 2020  • #26
User Image
Philipp9
58 discussion posts
has done itself, today it works. I don't know what was there ...
Now it only disturbs the Voicebot after some time understands the commands less well and only a restart helps. Why is that?
May 5, 2020  • #27
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, glad to hear that's working!

I'm not sure what might be up with the speech recognition. VoiceBot doesn't do any sort of adjustments or anything like that, it just passes what it hears over to the Windows Speech Engine and parses the response that it gets :(
May 6, 2020  • #28
User Image
Philipp9
58 discussion posts
I hope that Windows will solve this problem. The only strange thing I found was that restarting Voicebot helps and not just Windows.
May 7, 2020  • #29
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Yeah, that's definitely strange! When it's not working correctly, do the commands still show up in the log in the main window, and they're just incorrect? Or is it not listening at all any more?
May 12, 2020  • #30
User Image
Philipp9
58 discussion posts
But he is still listening, but in the log my commands are no longer listed, but strings like "UA", "U", "E" etc. no matter what I say.
May 12, 2020  • #31
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, interesting, and simply restarting VoiceBot fixes it every time?
May 15, 2020  • #32
User Image
Philipp9
58 discussion posts
yes
May 16, 2020  • #33
User Image
Philipp9
58 discussion posts
as I just noticed, changing the profile is enough
May 16, 2020  • #34
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, that's good to know! The MS Speech Engine gets restarted when you load another profile, so it must be that the speech engine is getting messed up at some point and restarting it fixes it. We'll likely add an Advanced Setting to the next version that you can set to have it auto-restart the speech engine on an interval.

We'll let you know when that's available to try out :)

Thanks!
May 20, 2020  • #35
User Image
Philipp9
58 discussion posts
OK thanks
May 21, 2020  • #36
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We've just posted a new VoiceBot Beta version, and it now has an option in the Settings > Advanced Settings for restarting the speech engine:
General: Speech Engine Restart Interval (Minutes)


Could you try setting that and let me know if it helps with the issue where the speech recognition is inconsistent over time?

Thanks!
May 28, 2020  • #37
User Image
Philipp9
58 discussion posts
Thank you, I will test it this weekend
May 28, 2020  • #38
User Image
Philipp9
58 discussion posts
Unfortunately does not work :( Under "Speech Engine Restart Interval" I entered a 10. The entry is highlighted in red, is it therefore not?

Unfortunately, the voice output with the following code no longer works for the macros:
BFS.Speech.TextToSpeech ("Text");
May 30, 2020  • #39
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks for the heads up on the scripting issue, I was able to reproduce it here and have added it to our list to fix up.

Regarding the speech restart setting, it's expected that it shows as red. Any advanced settings that are "enabled" show up in red. If you enable L1 debug logging on the Settings > Troubleshooting tab, and send me the log after about 15 minutes, I can verify in the log that it's actually restarting the speech engine.

Thanks!
Jun 1, 2020  • #40
User Image
Philipp9
58 discussion posts
Sorry for the late reply.
The log file is in the attachment
• Attachment [protected]: DebugInfo.rar [12,582 bytes]
Jun 14, 2020  • #41
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries! It looks like only the troubleshooting info was captured. Here are the steps for debug logging:

Could you send me a debug log?
  • On the VoiceBot Settings > Troubleshooting tab, change the Logging drop-down to "L1: Log Minimal" and click Apply
  • Let VoiceBot run for about 15 minutes
  • Click the "Export Info to File" button on the Settings > Troubleshooting tab
  • Reply with the file attached
  • Disable debug logging after sending the log

Thanks!
Jun 14, 2020  • #42
User Image
Philipp9
58 discussion posts
Is that correct?
• Attachment [protected]: VoiceBotDebugInfo.zip [23,766 bytes]
Jun 14, 2020  • #43
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Yep, thanks! The log shows that the speech engine is restarting on the interval. Are you still have trouble with it recognizing commands correctly after it's been running for a while?
Jun 15, 2020  • #44
User Image
Philipp9
58 discussion posts
Yes that is not possible, it still comes after a certain time only "U", "UA" etc. If I change the profile it still works. Will something else be done when changing the profile?

I noticed that the problem mostly occurs when there are loud noises for a short time.
Jun 18, 2020  • #45
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ah interesting! Are the loud noises happening while you're trying to issue the commands?
Jun 18, 2020  • #46
User Image
Philipp9
58 discussion posts
No, when the loud noises occur I try not to issue commands. After the noises are over and I speak, Voicebot no longer understands the commands but random sequences of letters. Unfortunately, that doesn't always happen.
To work around this problem a little, it helps to lower the level of the microphone, but it also makes Voicebot understand me worse :(
Jun 19, 2020  • #47
Keith Lammers (BFS)'s profile on WallpaperFusion.com
If you go to the properties of your mic in the Windows sound settings, is there an Enhancements tab? If so, could you attach a screenshot of it?
Jun 19, 2020  • #48
User Image
Philipp9
58 discussion posts
No, I don't have that attitude.
I now noticed that changing the profile no longer helps to improve the recognition again. It only helps to restart Voicebot. What happens when you restart? Doesn't that just restart the speech engine?

Before I used Voicebot, I used the "glovepie" and "freepie" programs to execute voice commands. I didn't have the problems with that. Don't they use the same engine?
Jul 8, 2020  • #49
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I haven't used those apps before, but on quick look, it appears they use the MS speech recognizer as well. I'll re-open this ticket with our developers so that they can have another look at it.

Thanks!
Jul 9, 2020  • #50
User Image
Philipp9
58 discussion posts
Thank you for your efforts :) What does Voicebot do when you restart it? Isn't it just MS Speech that is restarted as when changing the profile?
Jul 9, 2020  • #51
User Image
Philipp9
58 discussion posts
Is there anything new about this problem? The Voicebot tray icon is displayed at the bottom of the task bar when Voicebot is running. This icon also lights up when Voicebot hears something. I just noticed that when this problem occurs this icon is lit continuously.
I also ran Windows Speech for a while without Voicebot, where I had no problems dictating so that only letters were recognized.
Aug 14, 2020  • #52
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Interesting! When the icon is lit up continuously, what colour is it?
Aug 19, 2020  • #53
User Image
Philipp9
58 discussion posts
The icon lights up blue
Aug 19, 2020  • #54
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, thanks! Would you be able to send me a new debug log using L2 logging? I'd like to see if it's actually starting/stopping the "listening" state or if it's just permanently stuck listening.

  • On the VoiceBot Settings > Troubleshooting tab, change the Logging drop-down to "L2: Log Detailed" and click Apply
  • Reproduce the issue and note the time so we'll know where to check in the log file
  • Click the "Export Info to File" button on the Settings > Troubleshooting tab
  • Reply with the file attached
  • Disable debug logging after sending the log

Thanks!
Aug 22, 2020  • #55
User Image
Philipp9
58 discussion posts
Saturday, September 12th from 11:45 a.m.

With every simple mouse click he writes an "A" in the log and doesn't understand anything.

Edit:
It seems to me as if Voicebot has problems with an application running in full screen.
I noticed the following scenario with MSFS2020: As I said, I play the game in full screen mode. When after a while Voicebot no longer understood commands, I switched to window mode ingame to see what was being heard. Voicebot has recognized my spoken commands as letters again! So when I still have the game in window mode, I now speak another command and voicebot understands me again! So I switched back to full screen and it went on again for some time. When the problem reappeared, switched back to window mode and back.

So does the full screen cause any problems?
• Attachment [protected]: VoiceBotDebugInfo.zip [290,052 bytes]
Sep 12, 2020 (modified Sep 12, 2020)  • #56
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Strange, it shouldn't cause any issues, no :(
Sep 15, 2020  • #57
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Do you have the "Push to talk" option enabled in the VoiceBot Settings?
Sep 15, 2020  • #58
User Image
Philipp9
58 discussion posts
Yes, I have, but there are problems even without it.
What happens in the background when I restart Voicebot? Then it will work again for a while. Couldn't all the processes in Voicebot be restarted after a while, like when Voicebot is restarted?

Until the problem is solved, my idea is the following: Let the program close automatically for 30 minutes and start Voicebot every 30 minutes with the Windows task scheduler. Perhaps via a batch file that closes the process and starts it again. Is that possible?
Sep 16, 2020  • #59
Keith Lammers (BFS)'s profile on WallpaperFusion.com
As a workaround you could probably have a scheduled task that kills the VoiceBot process and re-launches it.

I wonder, the next time it stops recognizing your commands, could you check the Windows task manager and see if the voicebot.exe process is using a lot of CPU or memory?
Sep 16, 2020  • #60
User Image
Philipp9
58 discussion posts
it fluctuates between 0.3% - 1.5%
Sep 18, 2020  • #61
Keith Lammers (BFS)'s profile on WallpaperFusion.com
How about the memory usage?
Sep 18, 2020  • #62
User Image
Philipp9
58 discussion posts
175 - 178 Mb.
In addition, I wanted to have Windows Voicebot start automatically via the task scheduler, but it always comes up "the requested action requires elevated rights" even if the task is executed as a system. Even when I run Voicebot state in a batch file and execute this in the task scheduler , it doesn't work either. Voicebot only starts when the batch is executed manually. But that doesn't help me, this has to be done automatically via the task planning. Why is that not possible via task planning?
Sep 26, 2020  • #63
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Can you export your Scheduled Task and attach it so that I can check it out?
Sep 29, 2020  • #64
User Image
Philipp9
58 discussion posts
attach
• Attachment [protected]: Voicebot start.xml [3,242 bytes]
Oct 2, 2020  • #65
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Is your logged in user account an administrator or normal user?
Oct 7, 2020  • #66
User Image
Philipp9
58 discussion posts
The account is a normal admin account that Windows 10 created. Do I have to activate the super admin account?
Oct 7, 2020  • #67
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No, I don't think so. I can't get this Scheduled Task working with an admin account here either. Let me see what I can find out here.
Oct 7, 2020  • #68
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I'm not sure why it won't run directly from the scheduled task, but I've created a PowerShell script that will restart VoiceBot every 15 minutes.

You can run it from a Scheduled Task that runs as your user, like this:

Program: powershell.exe
Arguments: -NoExit -ExecutionPolicy Bypass .\RestartVoiceBot.ps1
Start in: Whatever folder you have the PowerShell script stored in

Also make sure that "Run as administrator" isn't enabled in your VoiceBot.exe Properties > Compatibility tab. Task Scheduler won't run anything with that flag enabled I believe.
• Attachment: RestartVoiceBot.ps1 [230 bytes]
Oct 7, 2020  • #69
User Image
Philipp9
58 discussion posts
thank you, it works.
Oct 8, 2020 (modified Oct 8, 2020)  • #70
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries, glad to hear it! If we're ever able to reproduce the original issue, we'll definitely get it fixed up and let you know.
Oct 8, 2020  • #71
User Image
Philipp9
58 discussion posts
ok thanks for trying to solve the original problem :) As I said, the error occurs when there are indefinable loud noises.
Oct 8, 2020  • #72
User Image
Philipp9
58 discussion posts
is there something new? I have now tried the speech recognition without Voicebot. In addition to the speech recognition, I opened a text editor to see how it behaves when there are background noises. When the noises come, the speech recognition bar says "Like please" and no letters are written. These letters only appear when I turn on the music loudly. After the noises have subsided, however, my words are recognized again without restarting!
In the Microsoft forum it is also written that background noise is filtered out by the speech recognition. Why not Voicebot?
Does Voicebot change the mode of speech recognition as in "Enter" or "Press a key"? If so, can't you just leave Voicebot in dictation mode?
Nov 20, 2020  • #73
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Nothing yet, sorry! I can't reproduce this here and I leave VoiceBot running all day, with lots of background noise too. I can't figure out what's different between your system and mine. Could you attach a backup of your VoiceBot Settings? (Settings > Options > Export)
Nov 25, 2020  • #74
User Image
Philipp9
58 discussion posts
Is that the right thing?
• Attachment [protected]: VoiceBot Backup (2020-11-27 @ 18-13, 3.7.2.0, PHILIPP-PC, SettingsWindow).reg [410,472 bytes]
Nov 27, 2020  • #75
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Yep, thanks!
Dec 2, 2020  • #76
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I still haven't had any luck reproducing this issue here, even with your settings and VoiceBot running for days :(

Do you want to try rolling back to a previous version? I can send over the download links for the last few versions if you want to try them.
Jan 9, 2021  • #77
User Image
Philipp9
58 discussion posts
I have had the program since last year and every version to date has this problem. That's why I think that the older ones also have this problem ...

Can this be due to the German implementation?

The problem only occurs after making your own loud noises.
The problem is most likely to occur when the volume is at 100%.

It seems to me that Voicebot is also very sensitive when the problem occurs, that is, the icon often looks blue even though there is no or only a very soft sound (the level in Windows does not show up either).

Should I send one or more logs again when this problem occurs?
Jan 9, 2021  • #78
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sure, another debug log wouldn't hurt, maybe we'll spot something in there that will point us in the right direction.
Jan 12, 2021  • #79
User Image
Philipp9
58 discussion posts
Here I have the complete log where he understands me relatively poorly and letters appear in the log in the meantime.

Date 1/17/21
Time: just before 2:26 pm
• Attachment [protected]: VoiceBotDebugInfo.zip [97,670 bytes]
Jan 17, 2021  • #80
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks! There is something interesting in the log, which goes along with what you mentioned about the icon being permanently blue. VoiceBot seems to be picking up some kind of audio, and it's timing out on that noise, so we think what's happening is that sometimes it's just timing out in the middle of your actual speech, because it's been "hearing" noise for too long.

What kind of microphone are you using? Is it a headset, or a webcam, or built-in microphone?

When this happens again, could you also attach a screenshot of the main VoiceBot window so that I can see the audio levels in the graph at the bottom of the main window?

Thanks!
Jan 19, 2021  • #81
User Image
Philipp9
58 discussion posts
Yes, I use a webcam, the sound is extremely quiet at this point and the level of the microphone is only between 50 and 60%. In Voicebot no level is displayed at such a low volume but he still hears something? I have now made a screenshot where there was an ambient noise. Still the same problem, no level visible in Voicebot but the icon is blue! In addition, I created a log again (time see screenshot)

I am not familiar with it, is there a possibility that the speech recognition or Voicebot only reacts to certain frequencies?

Mouse clicks are also heard, although there is no level change in Voicebot or Windows, but the icon turns blue.
• Attachment [protected]: voicebot_sound.png [214,285 bytes]
• Attachment [protected]: VoiceBotDebugInfo.zip [60,759 bytes]
Jan 24, 2021  • #82
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I've never run into that, where it doesn't show up in the graph. Strange! Is there any chance you have a headset microphone you could try?
Feb 1, 2021  • #83
User Image
Philipp9
58 discussion posts
Unfortunately I don't have a headset. Sorry
The question is why Voicebot hears something even though no level is displayed. As if Voicebot automatically sets the level to 100% again, but doesn't see anything of it anywhere.

With Steam Voicechat, the level is also increased, only it is visible there
Feb 2, 2021  • #84
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ok, interesting! VoiceBot doesn't have any code that would be adjusting the levels, but it looks like Steam chat does. Could you try disabling it in Steam? The steps are in the "Method 2" section here: https://appuals.com/how-to-stop-microphone-from-auto-adjusting-windows-10/
Feb 2, 2021  • #85
User Image
Philipp9
58 discussion posts
ok i did. I will test it and then get in touch.
I didn't know that Steam rules this if I don't have voice chat. In addition, shouldn't the level in Windows always be at 100%? I only see after an active voice chat that the level has changed to 100%.
Feb 2, 2021  • #86
User Image
Philipp9
58 discussion posts
even though I have now deactivated the automatic adjustment, Voicebot still listens although no level is displayed!
Feb 2, 2021  • #87
Keith Lammers (BFS)'s profile on WallpaperFusion.com
After restarting VoiceBot does it display the levels?
Feb 2, 2021  • #88
User Image
Philipp9
58 discussion posts
Voicebot always shows me the level when I speak loud enough, and therefore the level is also shown under the Windows settings.
But there is also the situation shown above, when there is little background noise, in which Voicebot (and Windows) does not show a level, but Voicebot is still listening !?
Actually, Voicebot should only react when the level is displayed (which is also the case when you speak louder!) And not when the level is not displayed.
Feb 3, 2021  • #89
User Image
Philipp9
58 discussion posts
Is there anything new in this regard? The same problem occurred with a headset.
Feb 16, 2021  • #90
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Not yet, sorry. Interesting that it happened with a headset as well though. Was the volume level getting changed with the headset too?

What happens if you have no other programs running in the background and only have VoiceBot running? Does it still end up having the blue icon permanently?
Feb 19, 2021  • #91
User Image
Philipp9
58 discussion posts
No, under Windows the level is permanently at 64%. This was always the case with the webcam. The level was only visibly adjusted in Windows when I started a voice chat in Steam, but I turned this off according to the instructions you linked.

Even so, the sensitivity of the microphone in Voicebot increases after a while if there is loud and long background noise. Voicebot even hears more than the maximum setting of 100% that can be set in Windows ?! As if Voicebot not only listens to the microphone, but also to something else.
Yes, the problem occurs even when no programs are running.

Have you tried this: level below 70%, loud and long into the microphone (so that the level fully deflects) and then quiet noises (so that the level does not deflect). Voicebot also hears the quiet noises from me. The best way to test this is to play a quiet video.

edit: Is it not possible to check whether the level is deflected and only then execute Voicebot commands (i.e. everything that is executed in the program)? You could create a new variable under Settings where you can set the value of the level to be checked, whereby 0 is the default value and Voicebot works as it does now.
For example:
if (level >= 5 (variable)) {
# Voicebot program block
}
Feb 19, 2021 (modified Feb 20, 2021)  • #92
User Image
Philipp9
58 discussion posts
Um den Fehler wieder zu beheben, habe ich einen weiteren Screenshot gemacht. Hier können Sie sehen, dass der Pegel in Windows und Voicebot nicht abgelenkt ist, aber Voicebot immer noch zuhört! Hat Voicebot eine zweite Einstellung für das Level?
• Attachment [protected]: voicebot_sound.png [126,852 bytes]
Feb 22, 2021  • #93
Keith Lammers (BFS)'s profile on WallpaperFusion.com
It doesn't have any custom settings for microphone level, no. This is just really strange. Let me check in with our developers again with this new info and see if they have any other thoughts.
Feb 26, 2021  • #94
User Image
Philipp9
58 discussion posts
As already described above, my idea was to incorporate a test to determine whether the level was deflecting.
Feb 26, 2021  • #95
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sorry, I'm not quite sure what you mean by "audio level deflecting." Our developers are planning to add some more logging to see what's up. It's starting to look more like a bug in the MS Speech Engine, as I got some clarification on the process:

  • VoiceBot tells the speech engine to listen
  • When the speech engine hears something it thinks is speech, it tells VoiceBot that it's hearing words
  • VoiceBot then asks it for what it heard and tries to match it up with a macro command

So for some reason, the MS Speech Engine is just always thinking it's hearing words being spoken. We are going to add as much logging for the speech engine that we can so that we can get a new log from you and hopefully see if there's some way we can fix or work around this issue :)
Feb 26, 2021  • #96
User Image
Philipp9
58 discussion posts
Thank you very much. I mean Voicebot just need to check if the level is shown below or not. If a level is only visible in Voicebot then the code that you are listening to must be run first.
Feb 26, 2021  • #97
User Image
Philipp9
58 discussion posts
Is there something new?
Apr 6, 2021  • #98
Patrick Kenzie (BFS)'s profile on WallpaperFusion.com
This is something we're keeping on our list to improve the reliability of listening, we'll let you know if we're able to improve things!
Dec 22, 2021  • #99
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)