feat(livekit-plugins-typecast): add Typecast TTS plugin #3633
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds Typecast TTS plugin for creating lifelike speech with unique character voices and precise emotion control.
About Typecast
Typecast is a text-to-speech service that offers 180+ unique AI voices with distinct personalities across multiple languages. The Typecast API enables precise customization of tone, emotion, speed, and pitch, allowing developers to create rich, expressive audio that brings conversational AI to life. With ultra-fast synthesis speeds, it can turn hours of content into high-quality audio in minutes.
Key Features
Character Voices & Emotion Control
normal
,happy
,sad
,angry
, etc.Audio Customization
Implementation
Testing
tests/test_tts.py
Files Changed
Plugin:
livekit-plugins/livekit-plugins-typecast/
Example:
examples/other/text-to-speech/typecast_tts.py
Configuration:
pyproject.toml
: workspace configurationtests/docker-compose.yml
: test environmenttests/test_tts.py
: test integrationexamples/other/text-to-speech/requirements.txt