Input List

Input List is a network multi tool for live sound applications.

Modules

Installation

Configuration

There are 3 configuration files in the /config directory

rtl.json

Set the lower and upper frequencies for the scanner.

{
    "lower_frequency": "656M",
    "upper_frequency" : "692M",
    "bin_size": "25k",
    "integration_level" : "5M"
}

inputlist.json

Set the input list.

[
  {
    "channel": 1,
    "description": "Eric VOX",
    "short name" : "EH",
    "mute group": 1,
    "DCA": "VOX",
    "color": "Cyan",
    "icon": "Dynamic",
    "phantom": false,
    "st link": false,
    "aviom input": 1
  },
  {
    "channel": 2,
    "description": "Kirsten VOX",
    "short name" : "KG",
    "mute group": 1,
    "DCA": "VOX",
    "color": "Cyan",
    "icon": "Dynamic",
    "phantom": false,
    "st link": false,
    "aviom input": 2
  },
  {
    "channel": 3,
    "description": "Sam VOX",
    "short name" : "SA",
    "mute group": 1,
    "DCA": "VOX",
    "color": "Cyan",
    "icon": "Dynamic",
    "phantom": false,
    "st link": false,
    "aviom input": 3
  }
]

hostlist.json

[
  {
    "host": "192.168.70.1",
    "name": "PFSense Router",
    "URL": "https://airlock.production/"
  },
  {
    "host": "192.168.70.15",
    "name": "QL5"
  },
  {
    "host": "iem.switch",
    "name": "IEM Switch",
    "URL": "http://iem.switch/"
  },
  {
    "host": "foh.switch",
    "name": "FOH Switch",
    "URL": "https://foh.switch/"
  }
]