Skip to main content

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


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)

Uploaded Source

Built Distribution

pysilero_vad-2.0.0-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

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

Hashes for pysilero_vad-2.0.0.tar.gz
Algorithm Hash digest
SHA256 1939568a7d5e249046bc6b4e512af3778a89ebd13536d7ef14f3264d0b0f252b
MD5 8428330f1421750e848b07ac4f7c6d7b
BLAKE2b-256 9f72946c116691b5a3ac65eb1774aeb17e18dd4527c60f2dcf841d3571b5d9d0

See more details on using hashes here.

File details

Details for the file pysilero_vad-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pysilero_vad-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5f7adb1d2e712753296b4e2e28cb4ba1dc98b6d18b0707c369ff9394ea54e2e
MD5 53d3dc58f090627f75e45c20a182604a
BLAKE2b-256 00f40b920467e26dafba113052e3e8d86abe96207ab79e2c5a415a6bfbe56d07

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page