livekit-plugins-elevenlabs 0.7.0.dev1__py3-none-any.whl → 0.7.0.dev7__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.
@@ -183,8 +183,8 @@ class ChunkedStream(tts.ChunkedStream):
183
183
  headers={AUTHORIZATION_HEADER: self._opts.api_key},
184
184
  json=data,
185
185
  ) as resp:
186
- async for data, _ in resp.content.iter_chunks():
187
- for frame in bstream.write(data):
186
+ async for bytes_data, _ in resp.content.iter_chunks():
187
+ for frame in bstream.write(bytes_data):
188
188
  self._event_ch.send_nowait(
189
189
  tts.SynthesizedAudio(
190
190
  request_id=request_id, segment_id=segment_id, frame=frame
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.7.0-dev.1"
15
+ __version__ = "0.7.0-dev.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: livekit-plugins-elevenlabs
3
- Version: 0.7.0.dev1
3
+ Version: 0.7.0.dev7
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,7 @@ 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-agents[codecs] >=0.7.2
22
+ Requires-Dist: livekit-agents[codecs] >=0.8.0.dev0
23
23
 
24
24
  # LiveKit Plugins Elevenlabs
25
25
 
@@ -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=HpaHJQysUhThDdlYDHpQxroo9L2_m6G6QBAaNXs04K4,13032
6
+ livekit/plugins/elevenlabs/version.py,sha256=z7YbosRr6jiTE2IIvHSRWSl4-yyS21CiHE5WD547wJo,606
7
+ livekit_plugins_elevenlabs-0.7.0.dev7.dist-info/METADATA,sha256=7yOB_7fjkuBAXd6RRWzO6n8FnERRNUT3FP1uhn3-JtY,1316
8
+ livekit_plugins_elevenlabs-0.7.0.dev7.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
9
+ livekit_plugins_elevenlabs-0.7.0.dev7.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
10
+ livekit_plugins_elevenlabs-0.7.0.dev7.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=PxnuAa1dSS55BgOaOwLd0WwVJSZzpFrd8_YNbvtddEA,13020
6
- livekit/plugins/elevenlabs/version.py,sha256=qj5fpvqUxUWkB9f8Ek0wHcJjYrTniSe4SmgcSqwilZA,606
7
- livekit_plugins_elevenlabs-0.7.0.dev1.dist-info/METADATA,sha256=D5KQ1EjdiyOhdnKudDe5Q2EHGLPLrde3Yt2HrEUwIZQ,1311
8
- livekit_plugins_elevenlabs-0.7.0.dev1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
9
- livekit_plugins_elevenlabs-0.7.0.dev1.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
10
- livekit_plugins_elevenlabs-0.7.0.dev1.dist-info/RECORD,,