Convert text to speech in multiple languages
A demo of Sherpa-Onnx Models and in particular the MMS model
ZeroVOX TTS inference demo
Generate audio from text with multiple language support
App to transcribe your Speech into Text using HF models
Translate and generate speech from text
Multilingual Text to Speech Demo
Fast, efficient, & multilingual text-to-speech
Generate audio from text in multiple languages
short_description: ็ซๅฑๆทใพใใฎAI้ณๅฃฐๅๆใขใใซใไฝใใพใใใ
Generate audio from text in selected language
Generate speech from text in multiple languages
Clone a voice to read text in multiple languages
Gtts is an AI-powered tool designed to generate speech from text in multiple languages. It allows users to convert written text into high-quality spoken audio, making it a valuable resource for applications requiring multilingual voice synthesis.
pip install gtts.from gtts import gTTS.gTTS() function to convert your text into an audio file.
tts = gTTS(text="Hello, world!", lang="en")
tts.save("output.mp3")
What languages does Gtts support?
Gtts supports over 30 languages, including English, Spanish, French, German, Chinese, and many others.
Can I customize the voice or speech rate?
Yes, Gtts allows customization of speech rate and pitch to suit your needs.
Is Gtts available for offline use?
Yes, Gtts supports caching, enabling you to use generated speech files offline after initial creation.