Skip to content

Audio Matrix Control Plug-in

Deployment Manual

Document VersionContent RevisionRevised ByRevision Date
Audio Matrix PluginV1.0.0wangjiale2025.01.02

Audio equipment brands and model support

ITC Device

  • TS-DP1616(16 input 16 output)
  • TS-DP1212(12 input 12 output)
  • TS-DP880(8 input 8 output)
  • TS-DP440(4 input 4 output)

HuShan

  • HuShan Audio Matrix Processor
  • HuShan1608(12 input 9 output)

Front-end plug-in deployment

  1. Open the front-end plug-in management interface of CyberHub

1

  1. Find the audio matrix control plug-in and click on "Install".

2

  1. Modify the connection service address in the plug-in configuration.

2

Server-side deployment

  1. Server-side list => Audio matrix control plug-in => Click on "Install".

2

  1. The configuration file is as follows:
json
{
  "port": 3500,
  "cors": true,
  "baud": 9600,
  "com": "COM7",
  "defaultTimeOut": 500
}

User Manual

User ManualVersionCompiled byDate
Audio Matrix Control Plug-inV1.0.0Wang JialeJanuary 2, 2025
  1. Create a new page

image-20221110081704284

Input and Output List Plug-in

  1. Drag the audio channel list component onto the page. 1
  2. Select the plug-in. 1
  3. Select the device. 1
  4. Select the input and output. 1
  5. Select the number of channels.
  6. Replace the default mute and unmute pictures.

Single Channel Volume Control

  1. Drag the audio channel component onto the page. 1
  2. Select the channel style (configurable in 5 options). 1
  3. Select the device.
  4. Select the bound channel.
  5. Configure the corresponding style for the single channel according to requirements.

Equipment Mute/Unmute Components

Configure according to the actual on - site usage. For example, if an audio matrix is used on - site and the input channels 1, 2, 3, 4, 5, 6, 7, and 8 of the control input channels are to be controlled, then the input channels 1, 2, 3, 4, 5, 6, 7, and 8 need to be configured.

  1. Drag the audio channel component to the page. 1
  2. Select the bound device.
  3. Select the input/output type.
  4. Bind the actually used channels.
  5. Select the button type (on or off button).
  6. Select the unselected state image (there is a default option available). 1

Component Configuration Completion Usage Instructions

The following is a page bound to ITC audio equipment. The number of channels is bound to the control of input channels from 1 to 8. The available functions are:

  • Mute and unmute for 8 channels.
  • Volume control for 8 channels.
  • Real-time display of the volume of 8 channels.

1