From 8eb3ea414f84d3f28c14231ee8dda7876295e48e Mon Sep 17 00:00:00 2001 From: amanarora_09 Date: Tue, 28 Mar 2023 22:27:17 +0200 Subject: Rework and update offline voice agent This brings the voice agent to the state shown at AMM and EW. Change-Id: I31ac4adc874a206e6e598ba116523ecc7eb99fc9 Signed-off-by: amanarora_09 Signed-off-by: Jan-Simon Moeller --- templates/feature/agl-offline-voice-agent/50_local.conf.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'templates/feature/agl-offline-voice-agent/50_local.conf.inc') 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 581ad978..6276b075 100644 --- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc @@ -6,9 +6,6 @@ RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath" # FIXME check if needed and/or submit upstream BBCLASSEXTEND:pn-python3-charset-normalizer = "native nativesdk" -IMAGE_INSTALL:append = " python3-vosk-api vosk-kaldi vosk vosk-server python3-vosk-websocket-server python3-sounddevice ptest-runner" +IMAGE_INSTALL:append = " python3-vosk-api vosk-kaldi vosk vosk-server python3-vosk-websocket-server python3-sounddevice flutter-vosk-demo" PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us" - -DISTRO_FEATURES:append = " ptest" -EXTRA_IMAGE_FEATURES += "ptest-pkgs" -- cgit 1.2.3-korg