livekit-plugins-hume 1.0.19__py3-none-any.whl → 1.0.21__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-hume might be problematic. Click here for more details.
- livekit/plugins/hume/__init__.py +14 -0
- livekit/plugins/hume/version.py +1 -1
- {livekit_plugins_hume-1.0.19.dist-info → livekit_plugins_hume-1.0.21.dist-info}/METADATA +6 -4
- livekit_plugins_hume-1.0.21.dist-info/RECORD +9 -0
- livekit_plugins_hume-1.0.19.dist-info/RECORD +0 -9
- {livekit_plugins_hume-1.0.19.dist-info → livekit_plugins_hume-1.0.21.dist-info}/WHEEL +0 -0
livekit/plugins/hume/__init__.py
CHANGED
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
+
"""Hume AI TTS plugin for LiveKit Agents
|
|
16
|
+
|
|
17
|
+
See https://docs.livekit.io/agents/integrations/tts/hume/ for more information.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
from __future__ import annotations
|
|
16
21
|
|
|
17
22
|
__version__ = "1.0.0"
|
|
@@ -50,3 +55,12 @@ __pdoc__ = {}
|
|
|
50
55
|
|
|
51
56
|
for n in NOT_IN_ALL:
|
|
52
57
|
__pdoc__[n] = False
|
|
58
|
+
|
|
59
|
+
# Cleanup docs of unexported modules
|
|
60
|
+
_module = dir()
|
|
61
|
+
NOT_IN_ALL = [m for m in _module if m not in __all__]
|
|
62
|
+
|
|
63
|
+
__pdoc__ = {}
|
|
64
|
+
|
|
65
|
+
for n in NOT_IN_ALL:
|
|
66
|
+
__pdoc__[n] = False
|
livekit/plugins/hume/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-hume
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.21
|
|
4
4
|
Summary: Hume TTS plugin for LiveKit agents
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
@@ -18,12 +18,14 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
|
18
18
|
Requires-Python: >=3.9.0
|
|
19
19
|
Requires-Dist: aiohttp>=3.8.0
|
|
20
20
|
Requires-Dist: hume>=0.8.3
|
|
21
|
-
Requires-Dist: livekit-agents>=1.0.
|
|
21
|
+
Requires-Dist: livekit-agents>=1.0.21
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
|
-
#
|
|
24
|
+
# Hume AI TTS plugin for LiveKit Agents
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
Support for text-to-speech with [Hume](https://www.hume.ai/).
|
|
27
|
+
|
|
28
|
+
See [https://docs.livekit.io/agents/integrations/tts/hume/](https://docs.livekit.io/agents/integrations/tts/hume/) for more information.
|
|
27
29
|
|
|
28
30
|
## Installation
|
|
29
31
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
livekit/plugins/hume/__init__.py,sha256=uiMWP6s61RLTHIfjtXt1R70PmVgFFs3_Pc65soDI-Ts,1532
|
|
2
|
+
livekit/plugins/hume/log.py,sha256=TwpK1FOwgD6Jb0A2nl-9nIgi0q5qWo9HGDrDuV_2g0g,67
|
|
3
|
+
livekit/plugins/hume/models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
livekit/plugins/hume/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
5
|
+
livekit/plugins/hume/tts.py,sha256=JGUDNeVzPttrErCSP783bayByGBZraAHAZf23RgEz9A,11251
|
|
6
|
+
livekit/plugins/hume/version.py,sha256=H4ojo4n1qDuy5tx_m87lW1KtnAmEDzw9oaseFQbC-bk,601
|
|
7
|
+
livekit_plugins_hume-1.0.21.dist-info/METADATA,sha256=ZaSge6nKyYPDinOeH2cpAV6QrFw4_V1JkNTRReAVs_0,1383
|
|
8
|
+
livekit_plugins_hume-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
9
|
+
livekit_plugins_hume-1.0.21.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
livekit/plugins/hume/__init__.py,sha256=3pdWGwUA2DBleYqmHXrlicBv4QdBFlnMoNAQP8A5X-A,1236
|
|
2
|
-
livekit/plugins/hume/log.py,sha256=TwpK1FOwgD6Jb0A2nl-9nIgi0q5qWo9HGDrDuV_2g0g,67
|
|
3
|
-
livekit/plugins/hume/models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
livekit/plugins/hume/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
5
|
-
livekit/plugins/hume/tts.py,sha256=JGUDNeVzPttrErCSP783bayByGBZraAHAZf23RgEz9A,11251
|
|
6
|
-
livekit/plugins/hume/version.py,sha256=KWKI0i88RsDNfgXXfCYo8ZHeBTwbIaCLBliemupGV-g,601
|
|
7
|
-
livekit_plugins_hume-1.0.19.dist-info/METADATA,sha256=Zub7XIe9XmmtnvOZajc7Q65QhB5J4A9zRJLFko2pWVE,1258
|
|
8
|
-
livekit_plugins_hume-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
9
|
-
livekit_plugins_hume-1.0.19.dist-info/RECORD,,
|
|
File without changes
|