Skip to content

Update speech module and default configuration #716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading