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
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
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 ovos_vad_plugin_noise-0.1.3a5.tar.gz.
File metadata
- Download URL: ovos_vad_plugin_noise-0.1.3a5.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac73fc181b8c3baa3b2b6575954be1107d0fb93bd7906526b22ca64d2f7f0eed
|
|
| MD5 |
740dd59193218ed2a0f42cbdb7a07b20
|
|
| BLAKE2b-256 |
1e55bf0a33c29988f06d0326879f25655ca57fc63a6eedb6b61c924f35da0f0d
|
File details
Details for the file ovos_vad_plugin_noise-0.1.3a5-py3-none-any.whl.
File metadata
- Download URL: ovos_vad_plugin_noise-0.1.3a5-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d7ab6ba8183bda2234b875c62c7550eec6ed9dd33b48f16a6271cb557a0e908
|
|
| MD5 |
6b9fa82092965e89e5ce986e16ed787a
|
|
| BLAKE2b-256 |
48f97d45f5119d086ecb0e1c227ab35691d1292f635238a2fb4581db2be7263f
|