| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-28 | 2.4 kB | |
| v2.0.0 - Markdown Filtering, Expanded API Support, _ Simplified Setup source code.tar.gz | 2024-12-28 | 22.3 kB | |
| v2.0.0 - Markdown Filtering, Expanded API Support, _ Simplified Setup source code.zip | 2024-12-28 | 25.5 kB | |
| Totals: 3 Items | 50.3 kB | 1 | |
๐ v2.0.0 - Markdown Filtering, Expanded API Support, & Simplified Setup ๐
๐ฅ Biggest update yet! Weโve been hard at work to bring you powerful new features and make the setup process smoother than ever. Hereโs whatโs new:
โจ What's New?
- ๐ Markdown Filtering (Optional!)
- You can now filter markdown output effortlessly!
-
Want to disable it? Just add this to your
.envfile:
env REMOVE_FILTER=True -
๐ ElevenLabs & Azure AI Speech (Beta)
- Drop-in replacement support for ElevenLabs and Azure AI Speech API endpoints just like OpenAI's Text-to-Speech
-
Prefer to keep things simple? Disable these with:
env EXPAND_API=False -
๐ Simplified API Endpoint Setup
- No more
/v1confusion! The/v1route prefix is now optional. This makes your setup cleaner and easier. ๐
๐ How to Update?
For Git Users:
- Pull the latest changes with rebase to avoid conflicts:
bash git pull --rebase origin main - Update your environment variables in
.envif needed.
For Docker Users:
- Pull the latest Docker image from Docker Hub:
bash docker pull travisvn/openai-edge-tts:latest - Restart your container to apply the changes:
bash docker run -d -p 5050:5050 -e API_KEY=your_api_key_here -e PORT=5050 travisvn/openai-edge-tts:latest
๐ Join the Community on Discord!
Weโve launched a Discord server where you can:
- ๐ฌ Discuss anything TTS-related.
- ๐ Get support for your setup.
- ๐ Share ideas or feedback.
Join here and be part of the conversation! Weโd love to see you there. ๐ค
๐ก Notes
- The ElevenLabs and Azure AI Speech endpoints are in beta. Weโd love your feedback to make them even better!
- Be sure to check out the updated README for detailed instructions.
โญ Like the update? Donโt forget to star the repository and share it with your network! Your support means the world. ๐โจ
Got questions or ideas? Drop them in the Issues or Discussions tabsโor chat with us on Discord! ๐๐ฌ