vvv-001

Results 2 issues of vvv-001

Hi, I have implemented the approach from this specific example in our own agent: https://github.com/livekit-examples/python-agents-examples/blob/main/pipeline-tts/elevenlabs_change_language.py When switching for the first time it happens correctly, but the second time and the...

bug

Hi, I recently started using LiveKit for building an Agent, so far I have been able to make it work with a simple RAG Example. ``` stt_google = google.STT( languages=["nl-NL",...

question