diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-15 23:26:32 +0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-23 14:38:00 +0000 |
commit | 1f9e1f9f68e3fc7b5413d933b34cf4339d8bc804 (patch) | |
tree | 6f10d9063caee4ae31e7fcba62c5a510f29e69c6 /docs/04_Developer_Guides/02_AGL_Layers | |
parent | d7df0dd1825b292a2267f6457776894c9d45c1a4 (diff) |
Add documentation for AGL voice agent
This adds in-depth documentation of the voice agent service, flutter
app, intent engines, and vosk kaldi.
SPEC-4906
Signed-off-by: Malik Talha <talhamalik727x@gmail.com>
Change-Id: I4ba8a76ff036100b2ec9ee72a224721e4cd919af
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29280
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/04_Developer_Guides/02_AGL_Layers')
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md b/docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md index 79ec58a..8dc77e4 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/04_meta_agl_devel.md @@ -24,15 +24,15 @@ The `meta-agl-devel` layer contains the following files and sub-layers: ├── meta-agl-lxc ├── meta-agl-ros2 ├── meta-oem-production-readiness -├── meta-speech-framework +├── meta-offline-voice-agent ├── README.md └── templates ``` The following list provides a summary of these sub-layers: -* `meta-speech-framework`: Provides libraries and software packages needed by - for speech recognition. +* `meta-offline-voice-agent`: Provides libraries and software packages needed + for voice recognition, intent extraction, and voice command execution. * `meta-agl-jailhouse`: Provides Jailhouse partitioning hypervisor and supporting packages. |