Stream text to the ElevenLabs WebSocket API and receive synthesized speech audio in real time — ideal for LLM-powered voice applications. This project implements real-time text-to-speech using ...
To prepare a docker image with Python implementation of the TTS Client, open the project's main directory and run following command: docker build -f Dockerfile-python -t tts-client-python:2.2.0 . To ...