diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-14 15:00:13 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-17 13:25:16 +0000 |
commit | 8e65c45718d4e628092ba90731fe6eaef0d5bca0 (patch) | |
tree | f881d169ff47a7069c8f2288cf65a184b46fdee6 /templates/feature/agl-offline-voice-agent | |
parent | 8d4dc8e6ef2cb04e9015a32e0329a3a58685fc62 (diff) |
Fix flutter-voiceassistant compilation
- Fix flutter-voiceassistant compilation error.
- Remove default inclusion of flutter-voiceassistant.
Bug-AGL: SPEC-5200
Change-Id: Ibb2b11a03caec473030f21b536f975eddc389873
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'templates/feature/agl-offline-voice-agent')
-rw-r--r-- | templates/feature/agl-offline-voice-agent/50_local.conf.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/feature/agl-offline-voice-agent/50_local.conf.inc b/templates/feature/agl-offline-voice-agent/50_local.conf.inc index f0c6221c..a7e20cdb 100644 --- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc @@ -19,7 +19,6 @@ FEATURE_PACKAGES_agl-offline-voice-agent:append = " \ python3-vosk-api \ python3-vosk-websocket-server \ python3-sounddevice \ - flutter-voiceassistant \ agl-service-voiceagent \ whisper-cpp \ whisper-cpp-tiny \ @@ -39,4 +38,4 @@ LICENSE_FLAGS_ACCEPTED += "commercial_ffmpeg" # no rasa support currently # python3-rasa \ # rasa-model-agl \ -#
\ No newline at end of file +# |