Skip to main content

A silence detection module

Project description

PySilence

PySilence is an silence detection tool

Install

pip install pysilence

Usage

from pysilence import silence

ranges = silence.detect_silence_ranges(
    audio_data=audio,
    sample_rate=rate,
    min_silence_len=2000,
    step_duration=200,
    silence_threshold=0.1,
    verbose=False,
    progress=False,
)

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

pysilence-0.1.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pysilence-0.1.3-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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