Pre-packaged voice activity detector using silero-vad
Project description
pySilero VAD
A pre-packaged voice activity detector using silero-vad.
pip install pysilero-vad
from pysilero_vad import SileroVoiceActivityDetector
vad = SileroVoiceActivityDetector()
# Audio must be 16Khz, 16-bit mono PCM
if vad(audio_bytes) >= 0.5:
print("Speech")
else:
print("Silence")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysilero_vad-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pysilero_vad-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1f35772948c3067cab20a09b836ed7f98363d1904164b34d82f6f9f2f7a073d
|
|
| MD5 |
f275c4c0d0266048fdb02656c22d2df2
|
|
| BLAKE2b-256 |
4d71f4200f013438238a1fe8a5128e3e1532047d0fd664679623ebb87e621c86
|