Hi guys
I have a python script that I use to create very accurate captions for my Twitch stream - the Windows speech-to-text provider is absolutely useless.
At the moment, I write the text output to a file, and then use a GDI+ text source to display the captions, but I'd prefer to feed the generated captions to the built-in caption system so people can turn them on and off as required.
Is there a way to use the python scripts in OBS rather than externally, to push the text straight to the caption system?
Thanks
I have a python script that I use to create very accurate captions for my Twitch stream - the Windows speech-to-text provider is absolutely useless.
At the moment, I write the text output to a file, and then use a GDI+ text source to display the captions, but I'd prefer to feed the generated captions to the built-in caption system so people can turn them on and off as required.
Is there a way to use the python scripts in OBS rather than externally, to push the text straight to the caption system?
Thanks