1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-ovos-vad-plugin-webrtcvad

This commit is contained in:
j1nx
2022-05-19 12:59:05 +02:00
parent 797b741059
commit 382989f687
6 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD
bool "python-ovos-vad-plugin-webrtcvad"
help
ovos plugin for voice activity detection using webrtcvad
https://github.com/OpenVoiceOS/ovos-vad-plugin-webrtcvad

View File

@ -0,0 +1 @@
sha256 35b234acbe694686edfdd1dcfbfb34ab6589eded4a42f4c85de83d29165ad9f0 python-ovos-vad-plugin-webrtcvad-441bddb041938287f8f62a2f45a9d2f4addf6d2c.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-vad-plugin-webrtcvad
#
################################################################################
PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD_VERSION = 441bddb041938287f8f62a2f45a9d2f4addf6d2c
PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD_SITE = $(call github,OpenVoiceOS,ovos-vad-plugin-webrtcvad,$(PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD_VERSION))
PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD_SETUP_TYPE = setuptools
PYTHON_OVOS_VAD_PLUGIN_WEBRTCVAD_LICENSE_FILES = LICENSE
$(eval $(python-package))