Selecting output speakers (A, B or A+B)?
-
Hi. Which function is equivalent to the button that toggles these please?Is it setActiveTerminal (v1.0)? Thanks in advance.
-
I don't think this is possible to control this via the API, it is not done via the setActiveTerminal at least, I will have to ask to confirm.
-
Hi @david. Thanks for investigating this. I look forward to the response.
-
@grolschie as I suspected there is no way to do this via the API, it is seen as a pre setup functionality and nothing that should be needed to be changed once setup.
-
Hi @david. Thanks for that.
However, after being given a tip from a user of my app, I see it's possible to do via
setSpeakerSettings (v1.0)
(which is an undocumented method for theaudio
lib), target =speakerSelection
and possible valuesspeakerA
,speakerB
andspeakerA_B
. -
@grolschie did not know about that one, and missed it then I was looking. But yes, that and audio/getSpeakerSettings (v1.0) will probably help you do what you want and more... there is a loot of settings there...
-
@david Thanks. May I please suggest that these two methods be documented, because they are also needed in order to set the volume levels for each speaker.
I must've seen the A/B speakers mentioned in the JSON when messing about with these methods a while back, but obviously forgot.