Sound Control Protocol for ew D1

Table Of Contents
SSC Developer‘s guide for evolution wireless D1 | 50/56
SSC Method List
Example:
TX: {"audio":{"out1":{"gain_db":10}}}
RX: {"audio":{"out1":{"gain_db":10}}}
8.63 /audio/out1/type
Parameter type: Number (limit range)
Permission: Read/Write, Subscribe-able
Pre-condition: The parameter value must be inside the index range [1,2].
Index Description
1 Mic
2 Line
Post-condition: The change has immediately effect.
Description: Method to retrieve/modify the Output type. This parameter is related to the sRX1 UI
menu item "Output Type" under "Audio Settings".
Example:
TX: {"audio":{"out1":{"type":null}}}
RX: {"audio":{"out1":{"type":2}}}
8.64 /audio/equalizer/custom
Parameter type: Number
Permission: Read/Write, Subscribe-able
Pre-condition: N.A.
Post-condition: The change has immediately effect.
Description: Custom EQ preset gains. An array with 7 integer values between -12 and 12 (dB) must
be provided to set the gains. If the equalizer custom preset is not selected, it will be selected auto-
matically.
Example:
TX: {"audio":{"equalizer":{"custom":[0,-10,-8,12,0,0,0]}}}
RX: {"audio":{"equalizer":{"custom":[0,-10,-8,12,0,0,0]}}}