Skip to content

Troubleshooting

LoafOrc edited this page Jan 23, 2024 · 2 revisions

Keep in mind this uses Windows Speech Recognition so only Windows is supported!

Make sure it also isn't the mod implementing this API that isn't causing the problems

Speech Recognition Engine failed to create

This error occurs because either Speech Recognition is disabled or in an unsupported language.

Check Speech Recognition is enabled

Make sure speech recognition is enabled. This can be checked with this tutorial.

Check Speech Recognition language

Once you've checked that you have it enabled you'll need to check what language it is set to. You can find out how to do that here. Keep in mind that most mods will only support English, and even if mods do support non-English languages other issues can appear (Config files not liking non-English characters for example).

How to Install other languages

If for some reason you don't have English installed, you can find out how to from here

It doesn't hear me!

VoiceRecognitionAPI doesn't use your microphone set in-game! Instead you'll need to set your default windows microphone. Restart your game for the changes to apply.

Make sure to also turn your microphone up and try speaking clearer!

None of that helped me

ONLY TRY THIS WHEN YOU HAVE TRIED EVERYTHING ABOVE.

If that doesn't help edit your BepInEx.cfg file (using a mod manager will work for this as well) and find the [Logging.Console] section. Make sure to set Enabled = true and then set LogLevels = Fatal, Error, Warning, Message, Info, Debug. A bunch more information will be provided, then reproduce the error/issue and send your log file to the mod developer. Keep in mind looking through a log file is a long task so the mod developer may not get back to you immediately.

ONLY IF THE MOD DEVELOPER SAYS SO.

If it isn't an issue with the mod itself and the mod developer has confirmed it's a VoiceRecognitionAPI issue then you can create a new github issue. It is expected that you check if the issue already exists. You will also be required to share your Speech Recognition Settings, latest log, modset and other relevant config.