Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Remove old afb-helpers submodule usage in favor of library from the
toolchain. Note that json.hpp is no longer shipped with the library,
and is now assumed to be present in the toolchain, which requires a
DEPENDS addition in the recipe to pick it up, and an #include of
sstream to work with newer versions of json.hpp.
Bug-AGL: SPEC-2854
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iea205048b051a69d5251d295588ce3451efc7e4a
(cherry picked from commit 4b6fce387aa0b175bfb1b30de8d671434918a217)
|
|
Set branch appropriately for halibut.
Bug-AGL: SPEC-2854, SPEC-2856
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I35195d8b34aa27bf8ed275922855ca27c82b3082
|
|
Avoid copying over the same file with the wgt output, and prevent
the following error:
cp: 'build/vshl-core.wgt' and 'build/vshl-core.wgt' are the same file
make: *** [autobuild/agl/autobuild:62: package] Error 1
Bug-AGL: SPEC-2430
Change-Id: I596fa8d6bf4b31ad10ca55b475d91ed89ce783e0
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
vshl-core: This API is responsible for request arbitration. Verbs exposed are
1. startListening
2. cancelListening
3. subscribe
4. enumerateVoiceAgents
5. setDefaultVoiceAgent Used by applications to subscribe to dialog, connection and auth states of underlying low level voiceagent bindings. Used by applications to trigger voice recognition routine of the underlying low level voiceagent binding.
vshl-capabilities: This API exposes publish and subscribe methods for all the speech framework domains/capabilities. For eg. navigation, phonecontrol etc. This API is used by apps and low level voice agent binding to subscribe and publish these capability messages whenever applicable. The code for this is agl-service-voice-high-capabilities repository.
This specific commit is for vshl-core API.
Change-Id: I1101db19b57ee918482a178843641b088508ac5d
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
for Alexa Voice Agent.
Using the VSHL Tester HTML5 app
1. Click Enumerate Agents will show Login With Amazon button
if the low level Alexa voice agent is not authenticated.
2. Clicking Login with Amazon button will start the login
process. A CBL link will be displayed using which the user
can authenticate using Amazon account.
3. The app will automatically fetch the access token
needed by the low-level Alexa Voice Agent and pass it
to it using the setAuthToken exposed by the agent.
Change-Id: I327e9b77a2f296a268530df00804cbef60cf0c3c
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|
|
Change-Id: Ib72a62dd59859da56d457c4460e5012c79f81801
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|
|
Removing dummy requirement is good. It avoids
brain damage in trying to answer superfluous
questions.
Change-Id: I3a32f8f7014b83073bbf2d1c08ce0240d03e1489
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Using latest version helps to track the changes
and is beneficial for the community that often
copies.
Change-Id: I791c529d6cd97bcb45c00b52f7fbd1bd9e487eec
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
This installs at the same time that the service
a tiny HTML app for testing it. This should probably
not be added in production mode. This also need
a true webruntime infrastucture (work in progress).
Change-Id: I7f0de3312fef1f1328cfda72e5c271d92cf0b42f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Details:
1) Control plugin implementation for VSHL 1.0
2) Exposed APIs that are documented in the confluence page
https://confluence.automotivelinux.org/display/SPE/Speech+EG+Architecture
3) Implemented 39 unit tests based on GTest framework to test all the low
level components of VSHL binding.
4) Implemented a HTML5 based VSHL API tester application to test VSHL APIs.
API specification:
https://confluence.automotivelinux.org/display/SPE/Speech+EG+Architecture#SpeechEGArchitecture-HighLevelVoiceService
Test performed:
1) Tested AGL service running Alexa Auto SDK https://github.com/alexa/aac-sdk on Ubuntu 16.04 and Renesas R-Car M3 board.
License:
Apache 2.0
Developers/Owners:
Naveen Bobbili (nbobbili@amazon.com)
Prakash Buddhiraja (buddhip@amazon.com)
Shotaro Uchida (shotaru@amazon.co.jp)
Change-Id: I3370f4ad65aff030f24f4ad571fb02d525bbfbca
Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
|
|
|