livekit-plugins-resemble 1.2.15__tar.gz → 1.2.17__tar.gz
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-resemble might be problematic. Click here for more details.
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/PKG-INFO +3 -3
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/version.py +1 -1
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/pyproject.toml +2 -2
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/.gitignore +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/README.md +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/__init__.py +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/log.py +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/models.py +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/py.typed +0 -0
- {livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/tts.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-resemble
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.17
|
|
4
4
|
Summary: LiveKit Agents Plugin for Resemble AI
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
7
7
|
Project-URL: Source, https://github.com/livekit/agents
|
|
8
8
|
Author-email: LiveKit <hello@livekit.io>
|
|
9
9
|
License-Expression: Apache-2.0
|
|
10
|
-
Keywords: audio,livekit,realtime,video,webrtc
|
|
10
|
+
Keywords: ai,audio,livekit,realtime,video,voice,webrtc
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -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>=1.2.
|
|
21
|
+
Requires-Dist: livekit-agents>=1.2.17
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
# Resemble plugin for LiveKit Agents
|
|
@@ -10,7 +10,7 @@ readme = "README.md"
|
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
requires-python = ">=3.9.0"
|
|
12
12
|
authors = [{ name = "LiveKit", email = "hello@livekit.io" }]
|
|
13
|
-
keywords = ["
|
|
13
|
+
keywords = ["voice", "ai", "realtime", "audio", "video", "livekit", "webrtc"]
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Intended Audience :: Developers",
|
|
16
16
|
"License :: OSI Approved :: Apache Software License",
|
|
@@ -23,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
"Programming Language :: Python :: 3 :: Only",
|
|
24
24
|
]
|
|
25
25
|
dependencies = [
|
|
26
|
-
"livekit-agents>=1.2.
|
|
26
|
+
"livekit-agents>=1.2.17",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/log.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{livekit_plugins_resemble-1.2.15 → livekit_plugins_resemble-1.2.17}/livekit/plugins/resemble/tts.py
RENAMED
|
File without changes
|