Spaces:
Runtime error
Runtime error
Delete livekit-plugins-silero/livekit_plugins_silero.egg-info
Browse files- livekit-plugins-silero/livekit_plugins_silero.egg-info/PKG-INFO +0 -38
- livekit-plugins-silero/livekit_plugins_silero.egg-info/SOURCES.txt +0 -13
- livekit-plugins-silero/livekit_plugins_silero.egg-info/dependency_links.txt +0 -1
- livekit-plugins-silero/livekit_plugins_silero.egg-info/requires.txt +0 -5
- livekit-plugins-silero/livekit_plugins_silero.egg-info/top_level.txt +0 -1
livekit-plugins-silero/livekit_plugins_silero.egg-info/PKG-INFO
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
Metadata-Version: 2.1
|
2 |
-
Name: livekit-plugins-silero
|
3 |
-
Version: 0.5.2
|
4 |
-
Summary: Agent Framework Plugin for Silero
|
5 |
-
Home-page: https://github.com/livekit/agents
|
6 |
-
License: Apache-2.0
|
7 |
-
Project-URL: Documentation, https://docs.livekit.io
|
8 |
-
Project-URL: Website, https://livekit.io/
|
9 |
-
Project-URL: Source, https://github.com/livekit/agents
|
10 |
-
Keywords: webrtc,realtime,audio,video,livekit
|
11 |
-
Classifier: Intended Audience :: Developers
|
12 |
-
Classifier: License :: OSI Approved :: Apache Software License
|
13 |
-
Classifier: Topic :: Multimedia :: Sound/Audio
|
14 |
-
Classifier: Topic :: Multimedia :: Video
|
15 |
-
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
16 |
-
Classifier: Programming Language :: Python :: 3
|
17 |
-
Classifier: Programming Language :: Python :: 3.9
|
18 |
-
Classifier: Programming Language :: Python :: 3.10
|
19 |
-
Classifier: Programming Language :: Python :: 3 :: Only
|
20 |
-
Requires-Python: >=3.9.0
|
21 |
-
Description-Content-Type: text/markdown
|
22 |
-
Requires-Dist: livekit-agents~=0.7
|
23 |
-
Requires-Dist: torch<3,>=2
|
24 |
-
Requires-Dist: torchaudio>=2
|
25 |
-
Requires-Dist: numpy<2,>=1
|
26 |
-
Requires-Dist: onnxruntime~=1.17.0
|
27 |
-
|
28 |
-
# LiveKit Plugins Silero
|
29 |
-
|
30 |
-
Agent Framework Plugin for Silero. Currently supports Voice Activity Detection.
|
31 |
-
|
32 |
-
## Installation
|
33 |
-
|
34 |
-
```bash
|
35 |
-
pip install livekit-plugins-silero
|
36 |
-
```
|
37 |
-
|
38 |
-
This plugin contains model files that would need to be downloaded prior to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
livekit-plugins-silero/livekit_plugins_silero.egg-info/SOURCES.txt
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
README.md
|
2 |
-
pyproject.toml
|
3 |
-
setup.py
|
4 |
-
livekit/plugins/silero/__init__.py
|
5 |
-
livekit/plugins/silero/log.py
|
6 |
-
livekit/plugins/silero/py.typed
|
7 |
-
livekit/plugins/silero/vad.py
|
8 |
-
livekit/plugins/silero/version.py
|
9 |
-
livekit_plugins_silero.egg-info/PKG-INFO
|
10 |
-
livekit_plugins_silero.egg-info/SOURCES.txt
|
11 |
-
livekit_plugins_silero.egg-info/dependency_links.txt
|
12 |
-
livekit_plugins_silero.egg-info/requires.txt
|
13 |
-
livekit_plugins_silero.egg-info/top_level.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
livekit-plugins-silero/livekit_plugins_silero.egg-info/dependency_links.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
|
|
|
|
livekit-plugins-silero/livekit_plugins_silero.egg-info/requires.txt
DELETED
@@ -1,5 +0,0 @@
|
|
1 |
-
livekit-agents~=0.7
|
2 |
-
torch<3,>=2
|
3 |
-
torchaudio>=2
|
4 |
-
numpy<2,>=1
|
5 |
-
onnxruntime~=1.17.0
|
|
|
|
|
|
|
|
|
|
|
|
livekit-plugins-silero/livekit_plugins_silero.egg-info/top_level.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
livekit
|
|
|
|