Skip to content

Commit

Permalink
Revert changes to use Silero VAD
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 20, 2024
1 parent a2bad19 commit 3b86e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions neon_nodes/configuration/system.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/voice_client.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3b86e4e

Please sign in to comment.