From 64889c4c525c4c66fb74dd703a1cbc0375bc405d Mon Sep 17 00:00:00 2001 From: Malik Talha Date: Thu, 2 Nov 2023 03:29:04 +0500 Subject: Update voice agent related recipes Change the SRCURI to use gerrit repos. Update agl-service-voicegent recipe to correctly package all the required content. Add recipe for another en-us vosk model. Add service files for RASA and Voice Agent server. Bug-AGL: SPEC-4906 Change-Id: Ic9f77386ff5c545c2a80433dd538c94bd8763e9e Signed-off-by: Malik Talha --- templates/feature/agl-offline-voice-agent/50_local.conf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') 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 fa46907c..95bc4365 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,8 @@ IMAGE_INSTALL:append = " \ python3-vosk-api \ python3-vosk-websocket-server \ python3-sounddevice \ - flutter-vosk-demo \ + flutter-voiceassistant \ + agl-service-voiceagent \ " PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us" -- cgit 1.2.3-korg