Merge pull request #218 from mikeroyal/mikeroyal-patch-173

Added Web Whisper to Text-To-Speech Synthesis .
This commit is contained in:
Michael Royal 2023-04-19 01:38:43 -07:00 committed by GitHub
commit e610d501b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2333,6 +2333,8 @@ Home Assistant integrations. Credit: [Home Assistant](https://www.home-assistant
[WaaS](https://github.com/schibsted/WAAS) is a Whisper as a Service (GUI and API for OpenAI Whisper).
[Web Whisper](https://codeberg.org/pluja/web-whisper) is a OpenAI's whisper on your web browser. [Demo](https://whisper.r3d.red/)
[Vosk](https://github.com/alphacep/vosk-api) is an offline open source speech recognition toolkit. It enables speech recognition for 20+ languages and dialects.
[Coqui TTS](http://coqui.ai/) is a deep learning toolkit for Text-to-Speech, battle-tested in research and production.