Merge pull request #3155 from dewana-sl/add-kittentts
Some checks failed
CI / test (push) Has been cancelled
Deploy Website / deploy (push) Has been cancelled

Add KittenTTS
This commit is contained in:
Jinyang 2026-05-26 19:24:53 +04:00 committed by GitHub
commit e90ae86068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -962,6 +962,7 @@ _Libraries for manipulating audio, video, and their metadata._
- Audio
- [birdnet](https://github.com/kahst/BirdNET-Analyzer) - Deep learning framework for acoustic species detection; identifies bird species from audio recordings using TensorFlow.
- [gtts](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
- [KittenTTS](https://github.com/KittenML/KittenTTS) - Lightweight ONNX text-to-speech library with small CPU-friendly models.
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
- [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
- [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.