Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.13 KB

File metadata and controls

32 lines (28 loc) · 1.13 KB

AzureStreambot

AzureStreambot is a Python Script that gives a tts voice to whomever you want using ws i suggest using streamer.bot[https://streamer.bot]

Installation

Use the package manager pip to install pipenv.

pip install pipenv

after that use this command to install the dependencies.

pipenv install --dev

this will install the packages specified in the Pipfile.

Usage

first fill the environment file with your data

SPEECH_KEY=''
SPEECH_REGION=''                          
STYLE_DEGREE=                     #no need to fill          
VOICE=''                          #no need to fill                                  
ROLE =''                          #no need to fill            
IP=''                             #no need to fill                                    
PORT=''                           #no need to fill              

then run this command in the terminal

pipenv run python streamazurebot.py

you can find out more about these here