This release is a pre-release and may not be stable for production use.
ovos-vad-plugin-webrtcvad
A voice activity detection (VAD) plugin for OpenVoiceOS.
The plugin uses webrtcvad to detect speech in an audio stream. ovos-dinkum-listener uses a VAD plugin like this one. It decides when a user has stopped speaking.
Install
pip install ovos-vad-plugin-webrtcvad
Configuration
Set the plugin as the VAD engine in the OpenVoiceOS configuration:
{
"listener": {
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {
"vad_mode": 3
}
}
}
}
vad_mode ranges from 0 (least aggressive) to 3 (most aggressive, default).
Related projects
- ovos-plugin-manager: loads VAD plugins for OpenVoiceOS
- ovos-dinkum-listener: the listener service that consumes this plugin
License
Apache-2.0
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_webrtcvad-0.0.3a4.tar.gz.
File metadata
- Download URL: ovos_vad_plugin_webrtcvad-0.0.3a4.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1782f9c729e7007d2f691a623bdf21f71fd6b4a5cd739e852daa81ed7a2612a3
|
|
| MD5 |
ae761881eb1480ee986d9a08ffbeddbb
|
|
| BLAKE2b-256 |
15ecc44e9add52ead51b2e3a7e1155a75f7421b4a95e1bc21029ae6b3a761d4c
|
File details
Details for the file ovos_vad_plugin_webrtcvad-0.0.3a4-py3-none-any.whl.
File metadata
- Download URL: ovos_vad_plugin_webrtcvad-0.0.3a4-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13dc0cedd219acf8220d2a16cf45e819e94df8b507e04654deaa6422f328090d
|
|
| MD5 |
89583abfea1343d591ec433a19181038
|
|
| BLAKE2b-256 |
c0e2f5795d59e481d4eaf6a4ba35faca433b533a69e8e5d8a4a8667b668e72a8
|