From 3b86e4ea7274c83ed0733a1d0bd4e1eb4b359c4f Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Mon, 20 May 2024 14:27:28 -0700 Subject: [PATCH] Revert changes to use Silero VAD --- neon_nodes/configuration/system.yaml | 6 ++++-- requirements/voice_client.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/neon_nodes/configuration/system.yaml b/neon_nodes/configuration/system.yaml index 4b4749f..c980ae1 100644 --- a/neon_nodes/configuration/system.yaml +++ b/neon_nodes/configuration/system.yaml @@ -1,11 +1,13 @@ neon_node: description: Neon Node - hana_address: https://hana.neonaialpha.com + # TODO: Stable release address + hana_address: https://hana.neonaibeta.com hana_username: neon hana_password: neon microphone: module: ovos-microphone-plugin-alsa listener: + sample_rate: 16000 wake_word: hey_mycroft stand_up_word: "" VAD: @@ -16,7 +18,7 @@ listener: min_seconds: 1 max_current_ratio_threshold: 2 initial_energy_threshold: 1000.0 - module: ovos-vad-plugin-webrtcvad + module: ovos-vad-plugin-silero mute_during_output: true instant_listen: false enable_stt_api: false diff --git a/requirements/voice_client.txt b/requirements/voice_client.txt index aca0bef..863b534 100644 --- a/requirements/voice_client.txt +++ b/requirements/voice_client.txt @@ -1,6 +1,6 @@ neon-utils[network]~=1.9 ovos-dinkum-listener==0.0.3a29 -ovos-vad-plugin-webrtcvad~=0.0.1 +# TODO: webrtcvad fails to run in OS image ovos-microphone-plugin-alsa~=0.0.0 # ovos-microphone-plugin-sounddevice Not working on Mark2 where alsa is ovos-ww-plugin-precise-lite[tflite]~=0.1