TwitchCaptioner

A python app that uses the Azure cognitive services speech API to provide a live overlay of what you say

MIT License

Stars
9

Twitch Captioner

A simple Python app that takes an audio stream from your microphone and converts the speech to text which is output in a window.

To configure this:

  1. Sign up for the Azure speech SDK here - portal.azure.com
  2. Add your key and region to the config.py file.
  3. If you want to use a different microphone than the default one, get the device uid by following these instructions and set it in the config.py file.

Run the app and a window will appear showing the live captions.