Skip to content

Tavrin/text-to-speech-files-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Speech files generator

A Python module that uses the Azure Speech API with neural voices to generate speech to speakers or to files from a CSV file.

Installation

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.

Usage/Examples

$ python speech-generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages