TCPIP remote audio - flexradio/smartsdr-api-docs GitHub Wiki
C[D]<seq_number>|remote_audio bitrate <client_id> <rate>
<client_id> = id number of client being changed
<rate> = rate at which being set. set <-1> for MAX, <-1000> for AUTO.
Example:
C19|remote audio bitrate <client_id> -1000
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
C[D]<seq_number>|remote_audio bufsize <numsamples>
<numsamples> = how many samples desired to be obtained.
Example:
C19|remote_audio bufsize 255
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
C[D]<seq_number>|remote_audio bw <client_id> <bw>
<bw>
Example:
C19|remote_audio bw 0.0.0.0 1000
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
C[D]<seq_number>|remote_audio compl <client_id> <complexity(1-10)>
Example:
C19|remote_audio 0.0.0.0 10
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
C[D]<seq_number>|remote_audio max_bw <client_id> <bw>
Example:
C19|remote_audio max_bw 0.0.0.0 1000
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
Response Example:
R19|0|
C[D]<seq_number>|remote_audio rx_on <on|off>
Example:
C19|remote_audio rx_on on
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|
Response Example:
R19|0|
C[D]<seq_number>|remote_audio tx_audio <on|off>
Example:
C19|remote_audio tx_audio off
See Response Format for details on the format of the response messages from the radio
Hex Response | Message | Debug Output / Meaning |
---|---|---|
00000000 | OK | |
5000002C | Incorrect number of parameters |
Responses
Response Example:
R19|0|