Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimbobbennett/twitchcaptioner

A python app that uses the Azure cognitive services speech API to provide a live overlay of what you say
https://github.com/jimbobbennett/twitchcaptioner

Last synced: about 10 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://portal.azure.com/?WT.mc_id=twitchcaptions-github-jabenn#create/Microsoft.CognitiveServicesSpeechServices)
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](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-select-audio-input-devices/?WT.mc_id=twitchcaptions-github-jabenn) and set it in the `config.py` file.

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