Skip to content

Commit

Permalink
Update speech module and default configuration (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Sep 21, 2024
1 parent a5b3ca7 commit 749cfba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion neon_core/configuration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def patch_config(config: dict = None):
local_config.store()
Configuration().reload()
import mycroft.configuration
mycroft.configuration.Configuration().reload()
mycroft.configuration.Configuration().reload()
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.2a7
neon-enclosure~=1.7,>=1.7.1a5
neon-speech~=4.4,>=4.4.2a4
neon-speech~=4.4,>=4.4.2a5
neon-gui~=1.3,>=1.3.1a3
neon-audio~=1.5,>=1.5.2a10

0 comments on commit 749cfba

Please sign in to comment.