Skip to content

TCPIP remote audio

Annaliese McDermond edited this page Feb 24, 2022 · 2 revisions

BITRATE

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|

BUFSIZE

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|

BW

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|

COMPL

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|

MAX_BW

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|

RX_ON

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|

TX_AUDIO

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|