Purpose: inform SDL whether the vehicle audio system has the ability to speak the TTS prompts or listen to an recognize VR commands while playing audio.
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.
Check mixing audio capabilities and provided an accurate response.
Name | Type | Mandatory | Additional |
---|---|---|---|
Name | Type | Mandatory | Additional |
---|---|---|---|
attenuatedSupported | Boolean | true |
{ "id" : 27, "jsonrpc" : "2.0", "method" : "BasicCommunication.MixingAudioSupported" }
{ "id" : 27, "jsonrpc" : "2.0", "result" : { "attenuatedSupported" : true, "code" : 0, "method" : "BasicCommunication. MixingAudioSupported" } }
{ "id" : 27, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "An unknown error occurred", "data" : { "method" : "BasicCommunication.MixingAudioSupported" } } }