summaryrefslogtreecommitdiffstats
path: root/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Added the Alexa VoiceAgent dependency in the VSHL widget config.guppy_6.99.2guppy/6.99.26.99.2Naveen Bobbili1-2/+5
Change-Id: Ib72a62dd59859da56d457c4460e5012c79f81801 Signed-off-by: Naveen Bobbili <nbobbili@amazon.com>
2018-11-20config.cmake: Remove superfluous dependenciesguppy_6.99.1guppy/6.99.16.99.1José Bollo1-3/+1
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>
2018-11-20Also provide HTML user app for testingJosé Bollo1-0/+15
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>
2018-11-13SPEC-1924: AGL Speech Framework's Voice Service High Level 1.0 Release.Naveen Bobbili10-0/+542
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>