Francisco Javier Proboste Cardenas
Francisco Javier Proboste Cardenas
I am facing the same limitation. Calling the `_synthesize_task` with raw text _SpeechData object works perfect though. Somehting else that I don't understand about this, is that `_play_speech_if_validated` is supposed...
Agree, this is something different. It seems to be that `po_tx` is empty when we arrive at that point of the code. And that shouldn't happen as `po_tx` was already...
I logged what you get in the receiver from elevenlabs after sending the first chunk [(here),](https://github.com/livekit/agents/blob/c981d3592b52b180966135caf767bd2ec10fcbb2/livekit-plugins/livekit-plugins-elevenlabs/livekit/plugins/elevenlabs/tts.py#L394) and I obtained the following message: ``` {"message":"Unusual activity detected. Free Tier usage disabled....
I was able to make it work after upgrading to Elevenlabs paid subscription. They don't communicate that the free trial has this limitation.
Hi, I am facing the same issue. It is not a stable connection failure though: - When I start the agent through ``` if __name__ == "__main__": cli.run_app(WorkerOptions(request_fnc)) ``` it...