KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.09k stars 190 forks source link

TTS #5

Closed oijoijcoiejoijce closed 1 week ago

oijoijcoiejoijce commented 1 year ago

Impressive work - do you have any insight on applying the same methodology for TTS?

KoljaB commented 1 year ago

I have this library for TTS, which is very fast imho. I'm working on coqui Integration there currently. Especially their new XTTS model is quite impressing for realtime TTS.

williemccool commented 1 year ago

How do we use them together? The same files of TTS are present in STT as well. So was a little confused

KoljaB commented 1 year ago

There are some test files that show how to use both libraries together, like translator.py or openai_voice_interface.py. I copied some of these into both libs' test folder, I'm sorry that this caused confusion.

williemccool commented 1 year ago

Hi, absolutely no worries. Thanks for the great work :)