livekit-plugins-elevenlabs 1.0.20__py3-none-any.whl → 1.0.21__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 -7
- livekit/plugins/elevenlabs/version.py +1 -1
- {livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/METADATA +2 -2
- {livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/RECORD +5 -5
- {livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/WHEEL +0 -0
@@ -485,7 +485,6 @@ class SynthesizeStream(tts.SynthesizeStream):
|
|
485
485
|
if data.get("audio"):
|
486
486
|
b64data = base64.b64decode(data["audio"])
|
487
487
|
decoder.push(b64data)
|
488
|
-
|
489
488
|
elif data.get("isFinal"):
|
490
489
|
decoder.end_input()
|
491
490
|
break
|
@@ -497,12 +496,7 @@ class SynthesizeStream(tts.SynthesizeStream):
|
|
497
496
|
body=None,
|
498
497
|
)
|
499
498
|
else:
|
500
|
-
|
501
|
-
message=f"unexpected 11labs message {data}",
|
502
|
-
status_code=500,
|
503
|
-
request_id=request_id,
|
504
|
-
body=None,
|
505
|
-
)
|
499
|
+
logger.warning(f"unexpected 11labs message {data}")
|
506
500
|
|
507
501
|
tasks = [
|
508
502
|
asyncio.create_task(send_task()),
|
{livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-elevenlabs
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.21
|
4
4
|
Summary: Agent Framework plugin for voice synthesis with ElevenLabs' API.
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
6
6
|
Project-URL: Website, https://livekit.io/
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
|
|
18
18
|
Classifier: Topic :: Multimedia :: Video
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
20
|
Requires-Python: >=3.9.0
|
21
|
-
Requires-Dist: livekit-agents[codecs]>=1.0.
|
21
|
+
Requires-Dist: livekit-agents[codecs]>=1.0.21
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
# ElevenLabs plugin for LiveKit Agents
|
{livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/RECORD
RENAMED
@@ -3,8 +3,8 @@ livekit/plugins/elevenlabs/log.py,sha256=hIuXqDsEB5GBa7rQY3z4Uqi1oCqc_lRmCHZEmXz
|
|
3
3
|
livekit/plugins/elevenlabs/models.py,sha256=p_wHEz15bdsNEqwzN831ysm70PNWQ-xeN__BKvGPZxA,401
|
4
4
|
livekit/plugins/elevenlabs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
livekit/plugins/elevenlabs/stt.py,sha256=1B8c7t_52GIbnPSFLq44Fkm0gnnFUZs7xX9nIWbsAQM,4528
|
6
|
-
livekit/plugins/elevenlabs/tts.py,sha256=
|
7
|
-
livekit/plugins/elevenlabs/version.py,sha256=
|
8
|
-
livekit_plugins_elevenlabs-1.0.
|
9
|
-
livekit_plugins_elevenlabs-1.0.
|
10
|
-
livekit_plugins_elevenlabs-1.0.
|
6
|
+
livekit/plugins/elevenlabs/tts.py,sha256=MxIt8FR0V9vs6VEKkeC_LNBnksa1f-U3YHKh243m9fo,20109
|
7
|
+
livekit/plugins/elevenlabs/version.py,sha256=5lzQkS1jEPqreexacwMd18b2EOx7R5m8AQMKtQRBgC4,601
|
8
|
+
livekit_plugins_elevenlabs-1.0.21.dist-info/METADATA,sha256=dKiUUUb_NyadLg33B8LfPKObZ0f0qlXgAHHwECsy4tU,1455
|
9
|
+
livekit_plugins_elevenlabs-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
livekit_plugins_elevenlabs-1.0.21.dist-info/RECORD,,
|
{livekit_plugins_elevenlabs-1.0.20.dist-info → livekit_plugins_elevenlabs-1.0.21.dist-info}/WHEEL
RENAMED
File without changes
|