Adds a new effect that utilizes the Streamlabs API to generate TTS (Streamlabs uses Amazon Polly)
Note: Becuase this uses an undocumented Streamlabs API endpoint, there is no telling when or if this will stop working. Additionally, Streamlabs appears to rate limit this endpoint if used too fequently from the same IP. If you run into this issue, you may want to use the Amazon Polly TTS integration built into Firebot instead.
- Download the latest enhancedTts.js file from Releases
- Add the enhancedTts.js as a startup script in Firebot (Settings > Advanced > Startup Scripts)
- Restart Firebot and enjoy the new "Enhanced Text-To-Speech" effect!
- Clone or fork repo
npm install
npm run build
- Copy the
.js
file in/dist
to Firebot'sscripts
folder