Skip to content

Commit

Permalink
Simplify default configurations
Browse files Browse the repository at this point in the history
Update speech module to include latest ovos-dinkum-listener and related refactoring
  • Loading branch information
Daniel McKnight committed Sep 20, 2024
1 parent 412d7b7 commit 971dd01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ hotwords:
active: false
hey_neon:
model_folder: /home/neon/.local/share/neon/vosk-model-small-en-us-0.15
active: true
listen: true
hey_mycroft:
module: ovos-ww-plugin-precise-lite
model: https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite
Expand Down
5 changes: 3 additions & 2 deletions neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ play_ogg_cmdline: ogg123 -q %1
# Speech Module
confirm_listening: true
listener:
wake_word: hey_neon
stand_up_word: wake_up
wake_word: hey_neon # TODO: Deprecated
stand_up_word: wake_up # TODO: Deprecated
sample_rate: 16000
mic_meter_ipc: true
record_wake_words: false
Expand Down Expand Up @@ -131,6 +131,7 @@ hotwords:
version: "0.3"
model: "https://github.com/MycroftAI/precise-data/raw/models-dev/hey-mycroft.tar.gz"
hey_neon:
active: true
module: ovos-ww-plugin-vosk
listen: true
sound: snd/start_listening.wav
Expand Down
2 changes: 1 addition & 1 deletion requirements/core_modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon core modules
neon-messagebus~=2.0,>=2.0.2a6
neon-enclosure~=1.7,>=1.7.1a2
neon-speech~=4.4,>=4.4.1
neon-speech~=4.4,>=4.4.2a5
neon-gui~=1.3,>=1.3.1a1
neon-audio~=1.5.1,>=1.5.2a10

0 comments on commit 971dd01

Please sign in to comment.