Skip to main content

noise ratio VAD plugin for OpenVoiceOS

Project description

Noise VAD

simple VAD plugin extracted from the old ovos-listener

should only be used as fallback, works in all platforms including 32bit systems

Configuration

{
    "listener": {
        "VAD": {
            "module": "ovos-vad-plugin-noise",
            "ovos-vad-plugin-noise": {
                "method": "all",
                "max_current_ratio_threshold": 2.0,
                "energy_threshold": 1000.0
            }
        }
    }
}

Arguments

max_energy: Optional[float] = None
    Maximum denoise energy value (None for dynamic setting from observed audio)

max_current_ratio_threshold: Optional[float] = 2.0
    Ratio of max/current energy below which audio is considered speech

energy_threshold: Optional[float] = None
    Energy threshold above which audio is considered speech (None for dynamic setting from observed audio)

silence_method: SilenceMethod = "all"
    Method for deciding if an audio chunk contains silence or speech

Methods

RATIO
  Only use max/current energy ratio threshold

THRESHOLD
  Only use current energy threshold

ALL
  max/current energy ratio, and current energy threshold

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

ovos_vad_plugin_noise-0.1.3a6.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovos_vad_plugin_noise-0.1.3a6-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file ovos_vad_plugin_noise-0.1.3a6.tar.gz.

File metadata

  • Download URL: ovos_vad_plugin_noise-0.1.3a6.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ovos_vad_plugin_noise-0.1.3a6.tar.gz
Algorithm Hash digest
SHA256 e6794634b632dceba72a0c0c231dd9820eb10a1d1e9c6a709d0d1b55c0a5ed43
MD5 d448a726f9522b967cd22ea5751fac5b
BLAKE2b-256 c604633ce0e7d2bedd9619df46a84b14f12ca29ebab18dfc387c98e02d5f51ed

See more details on using hashes here.

File details

Details for the file ovos_vad_plugin_noise-0.1.3a6-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_vad_plugin_noise-0.1.3a6-py3-none-any.whl
Algorithm Hash digest
SHA256 e21eeaa8a5dd128066f91ba51a79cd23714355b9d97d069b6f7e8f430eead2b7
MD5 d95253aac8608f1e3d01c11ae5e4953a
BLAKE2b-256 d36b7d3b669892e78b9cdfbb3c8badec0ae09eb97081bd838c7634006d3de020

See more details on using hashes here.

Supported by

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