You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When app wants to set audio source directly to XM, should SDL check availability of sirius XM radio?
Because now we do not have the corresponding fields in AudioControlCapabilities for new audio sources (AM, FM, XM).
Or base the implementation of 0182 on 0160 and check AudioControlCapabilities and RadioControlCapabilities also in case when app wants to set audio source directly to XM?
Or is it the responsibility of the HMI to check whether the audio source can be installed? (in case when "sourceAvailable": true in capabilities)
The text was updated successfully, but these errors were encountered:
@LitvinenkoIra
For now, we don't add any new parameters. sdl just pass the request to HMI, HMI will reject the request if the vehicle does not support XM or DAB radio. SDL HMI implementation can just not support DAB. Your suggestion to change sourceAvailable from Boolean to supported audio source string list is very good. We will consider it, If we choose this option, we need a new proposal for it. I like the idea that SDL check the capability.
in proposal: https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0182-audio-source-am-fm-xm.md
When app wants to set audio source directly to XM, should SDL check availability of sirius XM radio?
Because now we do not have the corresponding fields in AudioControlCapabilities for new audio sources (AM, FM, XM).
We have param for XM radio (siriusxmRadioAvailable) in RadioControlCapabilities, that was added in proposal number 0160 (https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0160-rc-radio-parameter-update.md)
But in original proposal:
Should we add some new params to AudioControlCapabilities?
something like
Or base the implementation of 0182 on 0160 and check AudioControlCapabilities and RadioControlCapabilities also in case when app wants to set audio source directly to XM?
Or is it the responsibility of the HMI to check whether the audio source can be installed? (in case when "sourceAvailable": true in capabilities)
The text was updated successfully, but these errors were encountered: