livekit-plugins-elevenlabs 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- livekit/plugins/elevenlabs/tts.py +1 -1
- livekit/plugins/elevenlabs/version.py +1 -1
- {livekit_plugins_elevenlabs-0.1.4.dist-info → livekit_plugins_elevenlabs-0.1.5.dist-info}/METADATA +1 -1
- livekit_plugins_elevenlabs-0.1.5.dist-info/RECORD +8 -0
- livekit_plugins_elevenlabs-0.1.4.dist-info/RECORD +0 -8
- {livekit_plugins_elevenlabs-0.1.4.dist-info → livekit_plugins_elevenlabs-0.1.5.dist-info}/WHEEL +0 -0
- {livekit_plugins_elevenlabs-0.1.4.dist-info → livekit_plugins_elevenlabs-0.1.5.dist-info}/top_level.txt +0 -0
@@ -196,7 +196,7 @@ class SynthesizeStream(tts.SynthesizeStream):
|
|
196
196
|
started = False
|
197
197
|
while not ws.closed:
|
198
198
|
text = None
|
199
|
-
if retry_text_queue.empty():
|
199
|
+
if not retry_text_queue.empty():
|
200
200
|
text = await retry_text_queue.get()
|
201
201
|
retry_text_queue.task_done()
|
202
202
|
else:
|
@@ -0,0 +1,8 @@
|
|
1
|
+
livekit/plugins/elevenlabs/__init__.py,sha256=-FQ-hnTqqbaVFa0sEu8CwInVp9vzkt-nRWkd34ruFFk,977
|
2
|
+
livekit/plugins/elevenlabs/models.py,sha256=g46mCMMHP3x3qtHmybHHMcid1UwmjKCcF0T4IWjMjWE,163
|
3
|
+
livekit/plugins/elevenlabs/tts.py,sha256=L9k2jttTbkcv7qsKiamdR75MRGT3EfSQ7L6k-pkhDeY,11114
|
4
|
+
livekit/plugins/elevenlabs/version.py,sha256=I8f9sRyhy7trGTK3-bCHGNvYPnJsNtV8zeYXa6iyQxc,600
|
5
|
+
livekit_plugins_elevenlabs-0.1.5.dist-info/METADATA,sha256=bYrkpn7u9sFi9coZCC5-gMA0UA2xa64rtfM3lR2cz_A,1360
|
6
|
+
livekit_plugins_elevenlabs-0.1.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
7
|
+
livekit_plugins_elevenlabs-0.1.5.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
8
|
+
livekit_plugins_elevenlabs-0.1.5.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
livekit/plugins/elevenlabs/__init__.py,sha256=-FQ-hnTqqbaVFa0sEu8CwInVp9vzkt-nRWkd34ruFFk,977
|
2
|
-
livekit/plugins/elevenlabs/models.py,sha256=g46mCMMHP3x3qtHmybHHMcid1UwmjKCcF0T4IWjMjWE,163
|
3
|
-
livekit/plugins/elevenlabs/tts.py,sha256=K3dg8En-GX6-pKxioSeEP1jTsIOuPaDAfgYvC_itE4k,11110
|
4
|
-
livekit/plugins/elevenlabs/version.py,sha256=JisuVeJTYHFXsPWF9pf3j_4J8bsnqlKqN-xXzq_6vhI,600
|
5
|
-
livekit_plugins_elevenlabs-0.1.4.dist-info/METADATA,sha256=wZTATw_9t4d1x-UsahhpwFITfX_J6c1kxvaU5Izq8kM,1360
|
6
|
-
livekit_plugins_elevenlabs-0.1.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
7
|
-
livekit_plugins_elevenlabs-0.1.4.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
8
|
-
livekit_plugins_elevenlabs-0.1.4.dist-info/RECORD,,
|
{livekit_plugins_elevenlabs-0.1.4.dist-info → livekit_plugins_elevenlabs-0.1.5.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|