andyprevalsky
Results
1
issues of
andyprevalsky
Just add this code to fix it please ``` text = '' try: text = ''.join(msg['normalizedAlignment']['chars']) except Exception: pass ``` In this section of the code env/lib/python3.10/site-packages/livekit/plugins/elevenlabs/tts.py ``` LINE 286:...