summaryrefslogtreecommitdiffstats
path: root/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in')
-rw-r--r--meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in64
1 files changed, 0 insertions, 64 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
deleted file mode 100644
index 4bf00f89..00000000
--- a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "deviceInfo":
- {
- "clientId": "@@ALEXA_CLIENTID@@",
- "deviceSerialNumber": "@@ALEXA_SERIALNUMBER@@",
- "productId": "@@ALEXA_PRODUCTID@@",
- "manufacturerName": "@@ALEXA_MFG_NAME@@",
- "description": "@@ALEXA_DESCRIPTION@@"
- },
- "libcurlUtils":
- {
- "CURLOPT_CAPATH":"/etc/ssl/certs"
- },
- "deviceSettings": {
- "defaultLocale":"@@ALEXA_LOCALE@@",
- "defaultTimezone":"@@ALEXA_TIMEZONE@@"
- },
- "aace.vehicle": {
- "info": {
- "make": "Amazon",
- "model": "AutoSDK",
- "year": "2019",
- "trim": "aac",
- "geography": "US",
- "version": "1.2.3",
- "os": "AGL",
- "arch": "aarch64",
- "language": "en_US",
- "microphone": "SingleArray",
- "countries": "US,GB,IE,CA,DE,AT,IN,JP,AU,NZ,FR",
- "vehicleIdentifier": "Sample Identifier ABC"
- },
- "operatingCountry": "US",
- "currentLocation": "36.1363,-115.1513"
- },
- "aace.audio.input": {
- "voice": "Default"
- },
- "aace.audio.output": {
- "tts": "Speech-Low",
- "music": "Speech-High",
- "alarm": "Custom-Low"
- },
- "aace.wakeword": {
- "enabled":@@ALEXA_WAKEWORD@@
- },
- "aace.cbl": {
- "enabled": true
- },
- "aace.localmediasource": {
- "enabled":false,
- "sources": {
- "bluetooth":true,
- "usb":true,
- "fmRadio":true,
- "amRadio":true,
- "satelliteRadio":false,
- "lineIn":false,
- "compactDisc":true,
- "siriusXM":false,
- "dab":false
- }
- }
-}