livekit-plugins-elevenlabs 0.6.0__py3-none-any.whl → 0.6.dev0__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 +2 -2
- livekit/plugins/elevenlabs/version.py +1 -1
- {livekit_plugins_elevenlabs-0.6.0.dist-info → livekit_plugins_elevenlabs-0.6.dev0.dist-info}/METADATA +4 -2
- livekit_plugins_elevenlabs-0.6.dev0.dist-info/RECORD +10 -0
- livekit_plugins_elevenlabs-0.6.0.dist-info/RECORD +0 -10
- {livekit_plugins_elevenlabs-0.6.0.dist-info → livekit_plugins_elevenlabs-0.6.dev0.dist-info}/WHEEL +0 -0
- {livekit_plugins_elevenlabs-0.6.0.dist-info → livekit_plugins_elevenlabs-0.6.dev0.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ from typing import List, Literal, Optional
|
|
25
25
|
|
26
26
|
import aiohttp
|
27
27
|
from livekit import rtc
|
28
|
-
from livekit.agents import aio, tokenize, tts, utils
|
28
|
+
from livekit.agents import aio, codecs, tokenize, tts, utils
|
29
29
|
|
30
30
|
from .log import logger
|
31
31
|
from .models import (
|
@@ -444,7 +444,7 @@ class SynthesizeStream(tts.SynthesizeStream):
|
|
444
444
|
|
445
445
|
async def recv_task():
|
446
446
|
encoding = _encoding_from_format(self._opts.encoding)
|
447
|
-
mp3_decoder =
|
447
|
+
mp3_decoder = codecs.Mp3StreamDecoder()
|
448
448
|
while True:
|
449
449
|
msg = await ws_conn.receive()
|
450
450
|
if msg.type in (
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: livekit-plugins-elevenlabs
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.dev0
|
4
4
|
Summary: Agent Framework plugin for voice synthesis with ElevenLabs' API.
|
5
5
|
Home-page: https://github.com/livekit/agents
|
6
6
|
License: Apache-2.0
|
@@ -19,7 +19,9 @@ Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
20
20
|
Requires-Python: >=3.9.0
|
21
21
|
Description-Content-Type: text/markdown
|
22
|
-
Requires-Dist: livekit
|
22
|
+
Requires-Dist: livekit ~=0.11
|
23
|
+
Requires-Dist: livekit-agents[codecs] ~=0.8.dev0
|
24
|
+
Requires-Dist: aiohttp >=3.8.5
|
23
25
|
|
24
26
|
# LiveKit Plugins Elevenlabs
|
25
27
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
livekit/plugins/elevenlabs/__init__.py,sha256=ez1ybDPt7GfKAKgPkxZFRB7Vyd-_i-0hfUMI79GQ5w4,1091
|
2
|
+
livekit/plugins/elevenlabs/log.py,sha256=hIuXqDsEB5GBa7rQY3z4Uqi1oCqc_lRmCHZEmXz0LHw,73
|
3
|
+
livekit/plugins/elevenlabs/models.py,sha256=8jTchztgpiTokHEaWUK8PPxWWfvm5SMrOGsJpzxbYAw,362
|
4
|
+
livekit/plugins/elevenlabs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
livekit/plugins/elevenlabs/tts.py,sha256=GTcyQwBVVPzCYLgsnw9q5oFOq9cV3hIKndDaBPSFMr4,17738
|
6
|
+
livekit/plugins/elevenlabs/version.py,sha256=yB6WnbnD5MFhQDT5ItJ02XWVsNanlDYiOezzwv0IdcM,603
|
7
|
+
livekit_plugins_elevenlabs-0.6.dev0.dist-info/METADATA,sha256=kfWET-iNGQYX7TGoo87CiMIoMINIwE28YT4-hbp8NDY,1373
|
8
|
+
livekit_plugins_elevenlabs-0.6.dev0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
9
|
+
livekit_plugins_elevenlabs-0.6.dev0.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
10
|
+
livekit_plugins_elevenlabs-0.6.dev0.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
livekit/plugins/elevenlabs/__init__.py,sha256=ez1ybDPt7GfKAKgPkxZFRB7Vyd-_i-0hfUMI79GQ5w4,1091
|
2
|
-
livekit/plugins/elevenlabs/log.py,sha256=hIuXqDsEB5GBa7rQY3z4Uqi1oCqc_lRmCHZEmXz0LHw,73
|
3
|
-
livekit/plugins/elevenlabs/models.py,sha256=8jTchztgpiTokHEaWUK8PPxWWfvm5SMrOGsJpzxbYAw,362
|
4
|
-
livekit/plugins/elevenlabs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
livekit/plugins/elevenlabs/tts.py,sha256=lw2MDnq2z4lQNS7CnhwqUxPlMKYVShQlDVQiLC5d-CU,17736
|
6
|
-
livekit/plugins/elevenlabs/version.py,sha256=Z62pORgDetwUvtfZOgPeIzXJugcrpDAOzC876rjCR0o,600
|
7
|
-
livekit_plugins_elevenlabs-0.6.0.dist-info/METADATA,sha256=WiBjp9vITGGxjzlf5c2pmc8OoO9W6XhkM0Rdxq1jTEM,1306
|
8
|
-
livekit_plugins_elevenlabs-0.6.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
9
|
-
livekit_plugins_elevenlabs-0.6.0.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
10
|
-
livekit_plugins_elevenlabs-0.6.0.dist-info/RECORD,,
|
{livekit_plugins_elevenlabs-0.6.0.dist-info → livekit_plugins_elevenlabs-0.6.dev0.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|