videosdk-plugins-deepgram 0.0.36__py3-none-any.whl → 0.0.37__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 videosdk-plugins-deepgram might be problematic. Click here for more details.
- videosdk/plugins/deepgram/stt.py +7 -0
- videosdk/plugins/deepgram/version.py +1 -1
- {videosdk_plugins_deepgram-0.0.36.dist-info → videosdk_plugins_deepgram-0.0.37.dist-info}/METADATA +2 -2
- videosdk_plugins_deepgram-0.0.37.dist-info/RECORD +7 -0
- videosdk_plugins_deepgram-0.0.36.dist-info/RECORD +0 -7
- {videosdk_plugins_deepgram-0.0.36.dist-info → videosdk_plugins_deepgram-0.0.37.dist-info}/WHEEL +0 -0
videosdk/plugins/deepgram/stt.py
CHANGED
|
@@ -194,16 +194,23 @@ class DeepgramSTT(BaseSTT):
|
|
|
194
194
|
"""Cleanup resources"""
|
|
195
195
|
if self._ws_task:
|
|
196
196
|
self._ws_task.cancel()
|
|
197
|
+
logger.info("DeepgramSTT WebSocket task cancelled")
|
|
197
198
|
try:
|
|
198
199
|
await self._ws_task
|
|
199
200
|
except asyncio.CancelledError:
|
|
200
201
|
pass
|
|
201
202
|
self._ws_task = None
|
|
203
|
+
logger.info("DeepgramSTT WebSocket task cleared")
|
|
202
204
|
|
|
203
205
|
if self._ws:
|
|
204
206
|
await self._ws.close()
|
|
207
|
+
logger.info("DeepgramSTT WebSocket closed")
|
|
205
208
|
self._ws = None
|
|
206
209
|
|
|
207
210
|
if self._session:
|
|
208
211
|
await self._session.close()
|
|
212
|
+
logger.info("DeepgramSTT cleaned up")
|
|
209
213
|
self._session = None
|
|
214
|
+
|
|
215
|
+
# Call base class cleanup
|
|
216
|
+
await super().aclose()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.0.
|
|
1
|
+
__version__ = "0.0.37"
|
{videosdk_plugins_deepgram-0.0.36.dist-info → videosdk_plugins_deepgram-0.0.37.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: videosdk-plugins-deepgram
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.37
|
|
4
4
|
Summary: VideoSDK Agent Framework plugin for Deepgram
|
|
5
5
|
Author: videosdk
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -12,7 +12,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
|
|
|
12
12
|
Classifier: Topic :: Multimedia :: Video
|
|
13
13
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
14
14
|
Requires-Python: >=3.11
|
|
15
|
-
Requires-Dist: videosdk-agents>=0.0.
|
|
15
|
+
Requires-Dist: videosdk-agents>=0.0.37
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
|
|
18
18
|
# VideoSDK Deepgram Plugin
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
videosdk/plugins/deepgram/__init__.py,sha256=gzJRVqNliLxQHAbCSiki_YiFqicxRCSKgTk1cCLRkFg,98
|
|
2
|
+
videosdk/plugins/deepgram/stt.py,sha256=FrhLg-57kqySa07Zo8yFJmMjcDcmdkihWcBMfFcxBRY,8309
|
|
3
|
+
videosdk/plugins/deepgram/tts.py,sha256=hd4oifQ3lRV-Ry57EGf-8VrcBm2bM9Fj3VUKSAfmgh8,6884
|
|
4
|
+
videosdk/plugins/deepgram/version.py,sha256=8S56Dzx6mwG65yKNAYNfLGkyvS8XrUW3xMrLAg1TKI0,23
|
|
5
|
+
videosdk_plugins_deepgram-0.0.37.dist-info/METADATA,sha256=z0ktgPjqnrcaIeUlOtGwlqVTiKhi65W3KPcj_pgwv58,767
|
|
6
|
+
videosdk_plugins_deepgram-0.0.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
videosdk_plugins_deepgram-0.0.37.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
videosdk/plugins/deepgram/__init__.py,sha256=gzJRVqNliLxQHAbCSiki_YiFqicxRCSKgTk1cCLRkFg,98
|
|
2
|
-
videosdk/plugins/deepgram/stt.py,sha256=OXqOGMX-xRkjgju9lrnBu-iqC2ltScqFCemLS9wnoqY,8004
|
|
3
|
-
videosdk/plugins/deepgram/tts.py,sha256=hd4oifQ3lRV-Ry57EGf-8VrcBm2bM9Fj3VUKSAfmgh8,6884
|
|
4
|
-
videosdk/plugins/deepgram/version.py,sha256=oSKhQHo_8dYEVv3A19nCmQysoh4TbOzHl508xX9iHoo,23
|
|
5
|
-
videosdk_plugins_deepgram-0.0.36.dist-info/METADATA,sha256=utP7Uk7NPOoaWyxwHqaymUQI__mSY-dDkVDEWdLMuOo,767
|
|
6
|
-
videosdk_plugins_deepgram-0.0.36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
-
videosdk_plugins_deepgram-0.0.36.dist-info/RECORD,,
|
{videosdk_plugins_deepgram-0.0.36.dist-info → videosdk_plugins_deepgram-0.0.37.dist-info}/WHEEL
RENAMED
|
File without changes
|