Firebot VC 4.6
Updated to allow use of expected languages to reduce latency and improve accuracy with languages other than English. You will need to add the language codes to the file if you want to use other than English (English is the default setting) Google language codes can be found here: https://cloud.google.com/speech-to-text/docs/speech-to-text-supported-languages. Whisper language codes can be found here: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes
This is a program that can be used to trigger URLs on voice commands. It is designed to work with Firebot, but will work with anything that can be triggered through a URL. To use it in Firebot create a preset effects list, click "how to trigger from StreamDeck" and then use the URL provided there. You can also use an "On Firebot Start" event in Firebot to start any of the .exe's provided. If you want to edit the configuration use the GUI exe, but if you just want it to run in the background you can instead use the whisper exe. Make sure you have the config file in the same directory as the exe.
Uses a free Google API for processing for processing trigger words and the command, but if you add an OpenAi API key which you can get from here: https://platform.openai.com/settings/organization/api-keys. it will instead use the Whisper transcript model to process the commands for better accuracy. Whisper is not free, but it's very cheap at 0.006 cents per minute of transcription. This means it only triggers the paid transcription service when you actually want it to process a command. It then triggers exactly one URL that you can use to trigger Firebot (or any program that you choose) to process the text file however you like.
If you wanted to run this without Firebot (it should be suitable for any program that you want to trigger with voice commands, but you will need to process the text file transcript somehow to use the output) there is a setting in the config file that should turn that off.