Skip to content

TatjanaChernenko/StreamlitTTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamlitTTS

This Streamlit app allows you to convert text to audio files using the Microsoft Edge's online text-to-speech service.

Have a Try

App preview: Screenshot1

Features

Access to most of the Microsoft Edge's TTS API features, including

  • voice and language selection
  • voice tuning (speaking rate & volume)
  • audio formats (MP3 [.mp3])
  • audio captions

You can play the audio from the converted text directly in the browser or download the audio file to your local machine.

Installation

Clone this repository

git clone https://github.com/shangfr/StreamlitTTS.git

Install the Python requirements using the requirements.txt file. This will install Streamlit, the edge-tts Python package, and other dependencies.

pip install -r requirements.txt

Run the Streamlit app

streamlit run app.py

This command will start the streamlit app, will automatically open a browser window, and navigate to http://localhost:8501/

About

This Streamlit app allows you to convert text to audio files using the Microsoft Edge's online text-to-speech service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%