livekit-plugins-google 0.6.0__py3-none-any.whl → 0.6.0.dev1__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/google/stt.py +1 -1
- livekit/plugins/google/version.py +1 -1
- {livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/METADATA +2 -2
- livekit_plugins_google-0.6.0.dev1.dist-info/RECORD +11 -0
- livekit_plugins_google-0.6.0.dist-info/RECORD +0 -11
- {livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/WHEEL +0 -0
- {livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/top_level.txt +0 -0
livekit/plugins/google/stt.py
CHANGED
@@ -131,8 +131,8 @@ class STT(stt.STT):
|
|
131
131
|
|
132
132
|
async def recognize(
|
133
133
|
self,
|
134
|
-
buffer: utils.AudioBuffer,
|
135
134
|
*,
|
135
|
+
buffer: utils.AudioBuffer,
|
136
136
|
language: SpeechLanguages | str | None = None,
|
137
137
|
) -> stt.SpeechEvent:
|
138
138
|
config = self._sanitize_options(language=language)
|
{livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: livekit-plugins-google
|
3
|
-
Version: 0.6.0
|
3
|
+
Version: 0.6.0.dev1
|
4
4
|
Summary: Agent Framework plugin for services from Google Cloud
|
5
5
|
Home-page: https://github.com/livekit/agents
|
6
6
|
License: Apache-2.0
|
@@ -21,7 +21,7 @@ Requires-Python: >=3.9.0
|
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
Requires-Dist: google-cloud-speech <3,>=2
|
23
23
|
Requires-Dist: google-cloud-texttospeech <3,>=2
|
24
|
-
Requires-Dist: livekit-agents
|
24
|
+
Requires-Dist: livekit-agents ~=0.7
|
25
25
|
|
26
26
|
# LiveKit Plugins Google
|
27
27
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
livekit/plugins/google/__init__.py,sha256=DlQC5cosMFyQlM8_vFvJGoZiziFkd0Sa4mutnsxXyZM,959
|
2
|
+
livekit/plugins/google/log.py,sha256=GI3YWN5YzrafnUccljzPRS_ZALkMNk1i21IRnTl2vNA,69
|
3
|
+
livekit/plugins/google/models.py,sha256=n8pgTJ7xyJpPCZJ_y0GzaQq6LqYknL6K6trpi07-AxM,1307
|
4
|
+
livekit/plugins/google/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
livekit/plugins/google/stt.py,sha256=WW6pOduUCS6pfA3smgA1R6AhxbJalZfTjBr8YY3bihU,12849
|
6
|
+
livekit/plugins/google/tts.py,sha256=KUw826CK3yt5meGVj0TKkueQ8o_gaXbc1Rtvdv2yF5M,5548
|
7
|
+
livekit/plugins/google/version.py,sha256=j3miHUi9rEKsns_jxSp6UXRQsGfGFJHftBOqTdsFPZc,606
|
8
|
+
livekit_plugins_google-0.6.0.dev1.dist-info/METADATA,sha256=sklyeVK32JzAYgz4OhncrDva5p7rwDKyWS059YQQxaE,1582
|
9
|
+
livekit_plugins_google-0.6.0.dev1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
10
|
+
livekit_plugins_google-0.6.0.dev1.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
11
|
+
livekit_plugins_google-0.6.0.dev1.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
livekit/plugins/google/__init__.py,sha256=DlQC5cosMFyQlM8_vFvJGoZiziFkd0Sa4mutnsxXyZM,959
|
2
|
-
livekit/plugins/google/log.py,sha256=GI3YWN5YzrafnUccljzPRS_ZALkMNk1i21IRnTl2vNA,69
|
3
|
-
livekit/plugins/google/models.py,sha256=n8pgTJ7xyJpPCZJ_y0GzaQq6LqYknL6K6trpi07-AxM,1307
|
4
|
-
livekit/plugins/google/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
livekit/plugins/google/stt.py,sha256=bqXaoi5trER7PE45axfEpHwReElmf7yl38RpK1iJsdc,12849
|
6
|
-
livekit/plugins/google/tts.py,sha256=KUw826CK3yt5meGVj0TKkueQ8o_gaXbc1Rtvdv2yF5M,5548
|
7
|
-
livekit/plugins/google/version.py,sha256=Z62pORgDetwUvtfZOgPeIzXJugcrpDAOzC876rjCR0o,600
|
8
|
-
livekit_plugins_google-0.6.0.dist-info/METADATA,sha256=Gb5O82GO4CpSvNHeYs4kD2K-neRklRGXaEQwOSQ8SpM,1584
|
9
|
-
livekit_plugins_google-0.6.0.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
10
|
-
livekit_plugins_google-0.6.0.dist-info/top_level.txt,sha256=OoDok3xUmXbZRvOrfvvXB-Juu4DX79dlq188E19YHoo,8
|
11
|
-
livekit_plugins_google-0.6.0.dist-info/RECORD,,
|
{livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/WHEEL
RENAMED
File without changes
|
{livekit_plugins_google-0.6.0.dist-info → livekit_plugins_google-0.6.0.dev1.dist-info}/top_level.txt
RENAMED
File without changes
|