-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
neon_node: | ||
description: Neon Node | ||
microphone: | ||
module: ovos-microphone-plugin-alsa | ||
listener: | ||
wake_word: hey_mycroft | ||
stand_up_word: "" | ||
VAD: | ||
silence_method: vad_only | ||
speech_seconds: 0.1 | ||
silence_seconds: 0.5 | ||
before_seconds: 0.5 | ||
min_seconds: 1 | ||
max_current_ratio_threshold: 2 | ||
initial_energy_threshold: 1000.0 | ||
module: ovos-vad-plugin-silero | ||
mute_during_output: true | ||
instant_listen: false | ||
enable_stt_api: false | ||
# amount of time to wait for speech to start after WW detection | ||
speech_begin: 0.5 | ||
# amount of time without speech to wait before stopping listening | ||
silence_end: 0.9 | ||
# TODO: tune below params with WW disabled | ||
# number of audio chunks from WW detection to include in STT audio | ||
utterance_chunks_to_rewind: 1 | ||
wakeword_chunks_to_save: 15 | ||
sounds: | ||
start_listening: /opt/neon/start_listening.wav | ||
error: /opt/neon/error.wav | ||
hotwords: | ||
hey_mycroft: | ||
module: ovos-ww-plugin-precise-lite | ||
model: /opt/neon/hey_mycroft.tflite | ||
expected_duration: 3 | ||
trigger_level: 3 | ||
sensitivity: 0.5 | ||
listen: true | ||
wake_up: | ||
enabled: false | ||
wake_up_vosk: | ||
enabled: false | ||
logs: | ||
path: stdout | ||
level: DEBUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters