Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Nov 28, 2024
1 parent f3e5083 commit b7d01dc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,16 @@ This library uses:

- **Text-to-Speech Engines**
- **OpenAIEngine** 🌐: OpenAI's TTS with 6 premium voices
- **CoquiEngine** πŸ’»: High-quality neural TTS with local processing
- **CoquiEngine** 🏠: High-quality neural TTS with local processing
- **AzureEngine** 🌐: Microsoft's TTS with 500k free chars/month
- **ElevenlabsEngine** 🌐: Premium voice quality with extensive options
- **GTTSEngine** 🌐: Free Google Translate TTS, no GPU needed
- **EdgeEngine** 🌐: Edge free TTS service (Microsoft Azure)
- **ParlerEngine** πŸ’»: Local neural TTS for high-end GPUs
- **SystemEngine** πŸ’»: Built-in system TTS for quick setup
- **ParlerEngine** 🏠: Local neural TTS for high-end GPUs
- **SystemEngine** 🏠: Built-in system TTS for quick setup

🏠 Local processing (no internet required)
🌐 Requires internet connection

- **Sentence Boundary Detection**
- **NLTK Sentence Tokenizer**: Natural Language Toolkit's sentence tokenizer for straightforward text-to-speech tasks in English or when simplicity is preferred.
Expand Down

0 comments on commit b7d01dc

Please sign in to comment.