UCX series – User's Manual 84
Mute the Audio Port 2.
INFO: The volume of the analog audio output is set to low.
Request and Response
ɯ <ip>
ɯ body: <muted_state>
ɮ header: 200 OK
ɮ body: <muted_state>
Parameters
Parameter Parameter description
<audio_port> Audio Port
I1-I4
O3
Audio input port number
Audio output port number
<muted_state> Muted state
true
false
The port is muted.
The port is unmuted.
Example
ɯ
ɯ body: false
ɮ header: 200 OK
ɮ body: false
Request and Response
ɯ <ip><audio_port>
ɮ header: 200·OK
ɮ body: <signal_state>
Parameters
Parameter Parameter description
<audio_port> USB Port
I1-I4
O3
Audio input port number
Audio output port number
<signal_state> Signal presence
true
false
The audio signal is present.
No audio signal is present.
Example
ɯ
ɮ header: 200 OK
ɮ body: false
Analog Audio Output Volume (dB) Setting
Request and Response #analogaudio #volume
ɯ <ip>
ɯ body: <level>
ɮ header: 200 OK
ɮ body: <level>
Parameter
The <level> parameters sets the output volume (attenuation) between -95.62 dB and 0 dB in step of -0.375 dB.
The value is rounded up if necessary to match with the step value.
Example
ɯ
ɯ body: -15
ɮ header: 200 OK
ɮ body: -15
Analog Audio Output Volume Percent Setting
Request and Response
ɯ <ip>
ɯ body: <percent>
ɮ header: 200 OK
ɮ body: <percent>
Parameters
The <percent> parameter sets the output volume (attenuation) between 100% and 0%, in step of 1%. The
value is rounded up if necessary to match with the step value.
Example
ɯ
ɯ body: 50
ɮ header: 200 OK
ɮ body: 50