RealtimeTTS icon indicating copy to clipboard operation
RealtimeTTS copied to clipboard

Converts text to speech in realtime

Results 145 RealtimeTTS issues
Sort by recently updated
recently updated
newest added

Is it possible to configure piper stream TTS. it would be great addition to this. with real low latency. https://github.com/marty1885/paroli?tab=readme-ov-file

![image](https://github.com/KoljaB/RealtimeTTS/assets/126688534/f5f4f129-2de0-4593-8a19-83df9970b097) You could see it doesnt build the Pyaudio package

I am working on implementing a voicechatbot. So for the text to speech conversion i have used realtimetts library. Here i have chosen elevenlabs engine. But i don't want that...

I'm trying to run a simple TextToAudioStream in an Ubuntu Lightsail container on AWS like this to stream to browser js: ` stream = client.chat.completions.create( model="gpt-4-turbo-preview", messages=[{"role": "user", "content": text}],...

I tried to run the "minimalistic_talkbot" test using ElevenlabsEngine for TTS. It works fine for the first user input & AI response but subsequent responses from the AI fail to...

#77 I haven't seen any issues in my use of the library generating voice clones with coqui but I do not have all the various api accounts to test everything....

The original TTS repo is now unmaintained it looks like coqui-tts is the new one and has some fixes in place. https://github.com/idiap/coqui-ai-TTS

Hi ! install fails at RealtimeTTS on mac: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/miniconda3/envs/sts/include -fPIC -O2 -isystem /opt/miniconda3/envs/sts/include "-I/include/" -I/opt/miniconda3/envs/sts/include/python3.10 -c TTS/tts/utils/monotonic_align/core.c -o build/temp.macosx-10.9-x86_64-cpython-310/TTS/tts/utils/monotonic_align/core.o...

Hi, i was wondering if there is an option to save a model with a specific voice to shorten the loading time, for example, i now load the v2.0.2 xtts...