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 Distribution
pysilero_vad-2.0.0.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file pysilero_vad-2.0.0.tar.gz
.
File metadata
- Download URL: pysilero_vad-2.0.0.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1939568a7d5e249046bc6b4e512af3778a89ebd13536d7ef14f3264d0b0f252b |
|
MD5 | 8428330f1421750e848b07ac4f7c6d7b |
|
BLAKE2b-256 | 9f72946c116691b5a3ac65eb1774aeb17e18dd4527c60f2dcf841d3571b5d9d0 |
File details
Details for the file pysilero_vad-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pysilero_vad-2.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 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 | d5f7adb1d2e712753296b4e2e28cb4ba1dc98b6d18b0707c369ff9394ea54e2e |
|
MD5 | 53d3dc58f090627f75e45c20a182604a |
|
BLAKE2b-256 | 00f40b920467e26dafba113052e3e8d86abe96207ab79e2c5a415a6bfbe56d07 |