Convert text to speech in multiple languages
Convert text to speech in multiple languages
Convert text to speech in multiple languages
Generate speech from text in over 7000 languages
Generate speech from text and audio sample
Generate speech from text in multiple languages
Generate audio from text with multiple language support
Generate speech from text in various languages and voices
Generate audio from text in multiple languages
Convert text to speech in multiple languages
Generate audio from text in multiple languages
short_description: 猫屋敷まゆのAI音声合成モデルを作りました。
Generate speech with multi-language text
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.