A Python module that uses the Azure Speech API with neural voices to generate speech to speakers or to files from a CSV file.
Clone the project and cd into it
git clone https://github.com/Tavrin/text-to-speech-files-generator.git
cd text-to-speech-files-generator
Install the dependencies
pip install -r /path/to/requirements.txt
create a .env file in the root directory and add the following line
API_KEY=YOUR_SPEECH_API_KEY
Update the config.ini file in the config directory to your liking.
$ python speech-generator