How to have speech to text dialogue

niksosrs

New Member
I created a simple VBScript program that takes user input, has windows speech say the input, and saves the text input in a .txt file.

In OBS I added this .txt file, so that every time I use my VBScript app, it writes what the windows speech says out loud (basically captions).

This all works fine, however I want the text to appear for roughly 5 seconds and then disappear until the .txt file is updated again. I tried using the visibility-timer.lua script, but it doesn't work how I want it to. Is there another method?
 
Top