livekit-plugins-aws 1.1.2__py3-none-any.whl → 1.1.4__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.
Potentially problematic release.
This version of livekit-plugins-aws might be problematic. Click here for more details.
- livekit/plugins/aws/tts.py +0 -2
- livekit/plugins/aws/version.py +1 -1
- {livekit_plugins_aws-1.1.2.dist-info → livekit_plugins_aws-1.1.4.dist-info}/METADATA +2 -2
- {livekit_plugins_aws-1.1.2.dist-info → livekit_plugins_aws-1.1.4.dist-info}/RECORD +5 -5
- {livekit_plugins_aws-1.1.2.dist-info → livekit_plugins_aws-1.1.4.dist-info}/WHEEL +0 -0
livekit/plugins/aws/tts.py
CHANGED
|
@@ -148,8 +148,6 @@ class ChunkedStream(tts.ChunkedStream):
|
|
|
148
148
|
async with response["AudioStream"] as resp:
|
|
149
149
|
async for data, _ in resp.content.iter_chunks():
|
|
150
150
|
output_emitter.push(data)
|
|
151
|
-
|
|
152
|
-
output_emitter.flush()
|
|
153
151
|
except botocore.exceptions.ConnectTimeoutError:
|
|
154
152
|
raise APITimeoutError() from None
|
|
155
153
|
except Exception as e:
|
livekit/plugins/aws/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-aws
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Summary: LiveKit Agents Plugin for services from AWS
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
|
20
20
|
Requires-Python: >=3.9.0
|
|
21
21
|
Requires-Dist: aioboto3>=14.1.0
|
|
22
22
|
Requires-Dist: amazon-transcribe>=0.6.2
|
|
23
|
-
Requires-Dist: livekit-agents>=1.1.
|
|
23
|
+
Requires-Dist: livekit-agents>=1.1.4
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
26
26
|
# AWS plugin for LiveKit Agents
|
|
@@ -4,9 +4,9 @@ livekit/plugins/aws/log.py,sha256=jFief0Xhv0n_F6sp6UFu9VKxs2bXNVGAfYGmEYfR_2Q,66
|
|
|
4
4
|
livekit/plugins/aws/models.py,sha256=ztI9n3r8OHGlQewWXiyQP3SaavFKHkw-VVuK9Xz4K1I,696
|
|
5
5
|
livekit/plugins/aws/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
livekit/plugins/aws/stt.py,sha256=PSR89aN28wm4i83yEdhkDJ9xzM0CsNIKrc3v3EbPndQ,9018
|
|
7
|
-
livekit/plugins/aws/tts.py,sha256=
|
|
7
|
+
livekit/plugins/aws/tts.py,sha256=T5dVpTuIuzQimYNnkfXi5dRLmRldWySL4IcbkXjmJLM,6083
|
|
8
8
|
livekit/plugins/aws/utils.py,sha256=nA5Ua1f4T-25Loar6EvlrKTXI9N-zpTIH7cdQkwGyGI,1518
|
|
9
|
-
livekit/plugins/aws/version.py,sha256=
|
|
10
|
-
livekit_plugins_aws-1.1.
|
|
11
|
-
livekit_plugins_aws-1.1.
|
|
12
|
-
livekit_plugins_aws-1.1.
|
|
9
|
+
livekit/plugins/aws/version.py,sha256=B5kiBdHIDDcwA9hDZC77YLcp8cT8rcpNKzBQ-kJeiYY,600
|
|
10
|
+
livekit_plugins_aws-1.1.4.dist-info/METADATA,sha256=67ZScP6Cqs8dTwuQgvFn0_4BHT1wJjkKl-AOkDbIz5A,1529
|
|
11
|
+
livekit_plugins_aws-1.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
12
|
+
livekit_plugins_aws-1.1.4.dist-info/RECORD,,
|
|
File without changes
|