livekit-plugins-deepgram 1.0.11__py3-none-any.whl → 1.0.13__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/deepgram/stt.py +3 -1
- livekit/plugins/deepgram/version.py +1 -1
- {livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/METADATA +2 -2
- {livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/RECORD +5 -5
- {livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/WHEEL +0 -0
livekit/plugins/deepgram/stt.py
CHANGED
@@ -539,7 +539,9 @@ class SpeechStream(stt.SpeechStream):
|
|
539
539
|
aiohttp.WSMsgType.CLOSE,
|
540
540
|
aiohttp.WSMsgType.CLOSING,
|
541
541
|
):
|
542
|
-
|
542
|
+
# close is expected, see SpeechStream.aclose
|
543
|
+
# or when the agent session ends, the http session is closed
|
544
|
+
if closing_ws or self._session.closed:
|
543
545
|
return
|
544
546
|
|
545
547
|
# this will trigger a reconnection, see the _run loop
|
{livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-deepgram
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.13
|
4
4
|
Summary: Agent Framework plugin for services using Deepgram's 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.13
|
22
22
|
Requires-Dist: numpy>=1.26
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
|
{livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/RECORD
RENAMED
@@ -3,9 +3,9 @@ livekit/plugins/deepgram/_utils.py,sha256=0O3O77qURXjYYCenl5McE85fcBApaQvQl5zKQz
|
|
3
3
|
livekit/plugins/deepgram/log.py,sha256=isjd2-ROJXiDFhRRnqRmYxv16U5H9dBV6ut2g5bU7q0,71
|
4
4
|
livekit/plugins/deepgram/models.py,sha256=dVguYc9AfjlexreN_O1C0NxX3q-ZK9k8s5B3hWsbtZ0,1236
|
5
5
|
livekit/plugins/deepgram/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
livekit/plugins/deepgram/stt.py,sha256=
|
6
|
+
livekit/plugins/deepgram/stt.py,sha256=1O1jbfQRRX9WrpL2sCuKNb5bKvuE8bVsd9goA0td_FE,32692
|
7
7
|
livekit/plugins/deepgram/tts.py,sha256=Cm3u6Oa2WumOLfup8j9wgK3s_-68Nkc7QtuP_hoppvM,15461
|
8
|
-
livekit/plugins/deepgram/version.py,sha256=
|
9
|
-
livekit_plugins_deepgram-1.0.
|
10
|
-
livekit_plugins_deepgram-1.0.
|
11
|
-
livekit_plugins_deepgram-1.0.
|
8
|
+
livekit/plugins/deepgram/version.py,sha256=i9Tq4ZlIN5uba7xHRxp31dxAE9NuzqobM8zWhdM4QgA,601
|
9
|
+
livekit_plugins_deepgram-1.0.13.dist-info/METADATA,sha256=ulQXGsh2MugJsAg7EZVAvYVCU5OQfob6KMhlqg8eiO0,1350
|
10
|
+
livekit_plugins_deepgram-1.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
livekit_plugins_deepgram-1.0.13.dist-info/RECORD,,
|
{livekit_plugins_deepgram-1.0.11.dist-info → livekit_plugins_deepgram-1.0.13.dist-info}/WHEEL
RENAMED
File without changes
|