Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
HMI Documentation
MixingAudioSupported

MixingAudioSupported

Type
Function
Sender
SDL
Purpose
Inform SDL whether the vehicle audio system has the ability to speak the TTS prompts or listen to and recognize VR commands while playing audio
Note

SDL is able to get information about the audio mixing capabilities from smartDeviceLink.ini. If the request is ignored and there is no record for audio mixing capabilities in smartDeviceLink.ini, SDL will assume mixing audio is not supported.

Behavior

Must

Check mixing audio capabilities and provided an accurate response.

Request

Parameters

This RPC has no additional parameter requirements

Response

Parameters

Name Type Mandatory Additional
attenuatedSupported Boolean true

Sequence Diagrams

JSON Message Examples

Example Request

{
  "id" : 27,
  "jsonrpc" : "2.0",
  "method" : "BasicCommunication.MixingAudioSupported"
}

Example Response

{
  "id" : 27,
  "jsonrpc" : "2.0",
  "result" :
  {
    "attenuatedSupported" : true,
    "code" : 0,
    "method" : "BasicCommunication.MixingAudioSupported"
  }
}

Example Error

{
  "id" : 27,
  "jsonrpc" : "2.0",
  "error" :
  {
    "code" : 22,
    "message" : "An unknown error occurred",
    "data" :
    {
      "method" : "BasicCommunication.MixingAudioSupported"
    }
  }
}
View on GitHub.com
Previous Section Next Section