Carregando...

Voice Recognition Script - OpenSource

Cec653 20240412141700 2

28

In my personal Menu System I use both Voice Recognition and Speech synthesis. The former can be problematic, the latter can sound robotic, better bet is to use mp3s. Either way, voice/speech can enrich the gaming experience and can also be used in lieu of help or tool tips. But I digress, this mod is for voice recognition

Voice recognition mods for GTA V are nothing new but I created one that is relatively simple and is uploaded in pure text - to be considered open source. This code is very basic by design to keep it simple. Some voice mods will use specific command words to enable voice recognition, I prefer, once more, to keep it simple and enable it from my menu, or in the case of this script, it is enabled by key press.

Installation is simple. It will end up in your Scripts or scripts folder. Feel free to modify it and do whatever you want. It should run uncompiled or compile it in VS or whatever your fav compiler or IDE.

Usage
By Default you press the T key and there are 3 commands you can test. You need to say the commands exactly as they are written and try to speak like a professional news anchor (just kidding). The commands will appear on screen. They are:
Airport
Spawn Franklin
Spawn Boxville

What can you do with this (when customized)?
You can do anything you would with the keyboard. Call up menus, teleport, spawn items, etc.

Pro Tip
If you want to open a menu as an example, you can use this code:
SendKeys.SendWait("{F8}"); // Open Menyoo Trainer
Your command can be whatever you want: "Open Menyoo", "Launch Trainer", etc.


Requirements
You'll need a microphone, Scripthook Five, Scripthook Five Dot Net, a computer, a keyboard with a working T key. Fingers are optional but useful.

Warning
Voice recognition is far from perfect. It requires proper and distinct pronunciation. I will not be responsible for damage to your game if you belch, sneeze, or forcibly pass gas while using this script. If you feel the urge to let one rip, disable your mic, or modify the code to disable the voice listener.
Show Full Description

Primeiro envio: há 3 horas atrás
Último envio: há 3 horas atrás
Último download: há 21 minutos atrás

All Versions

  (current)

28 downloads , 1 KB
há 3 horas atrás

2 Comentários