diff --git a/neon_core/configuration/mark_2/neon.yaml b/neon_core/configuration/mark_2/neon.yaml index 35dc5c699..71e32a592 100644 --- a/neon_core/configuration/mark_2/neon.yaml +++ b/neon_core/configuration/mark_2/neon.yaml @@ -25,7 +25,7 @@ Audio: dbus_type: system audio_parsers: blacklist: - - gender + - gender stt: fallback_module: ovos-stt-plugin-vosk confirm_listening: true @@ -43,6 +43,8 @@ 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 @@ -50,7 +52,10 @@ hotwords: expected_duration: 3 trigger_level: 3 sensitivity: 0.5 - + hey_jarvis: + module: ovos-ww-plugin-openwakeword + active: false + listen: true sounds: start_listening: snd/start_listening.wav acknowledge: snd/acknowledge.mp3 @@ -96,7 +101,7 @@ PHAL: debug: false ssid: Neon psk: - color: '#ff8600' + color: "#ff8600" portal: start dot neon dot ai device: Neon Device ovos-PHAL-plugin-system: @@ -172,4 +177,4 @@ language: translation_module: libretranslate_plug utterance_transformers: neon_utterance_translator_plugin: - enable_detector: False \ No newline at end of file + enable_detector: False diff --git a/requirements/pi.txt b/requirements/pi.txt index 74eee6c56..7819d5581 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -16,8 +16,6 @@ onnxruntime!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/i ovos-ww-plugin-precise~=0.1 ovos-ww-plugin-precise-lite[tflite]~=0.1,>=0.1.2 ovos-ww-plugin-vosk~=0.1,>=0.1.1 -# patching breaking change in openeakeword -openwakeword~=0.5,<0.6 ovos-ww-plugin-openwakeword~=0.2 neon-stt-plugin-google-cloud-streaming~=1.0,>=1.0.1