summaryrefslogtreecommitdiffstats
path: root/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-config/AlexaAutoCoreEngineConfig.json.in
blob: 4bf00f89a8ff8ac2bfa0e87be7f1f8b72969684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "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
    }
  }
}