PUT /audio/channel/{channelIndex}/level
Set the audio input level for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Name Type Description
gain number
normalised number
Response
200 - OK
400 - Invalid input
404 - Channel does not exist
GET /audio/channel/{channelIndex}/phantomPower
Get the audio input phantom power for the selected channel if possible
Parameter
Name Type Description
{channelIndex} integer
Response
200 - Currently set level for the selected channel
The response is a JSON object.
Name Type Description
phantomPower boolean
404 - Channel does not exist
PUT /audio/channel/{channelIndex}/phantomPower
Set the audio phantom power for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Name Type Description
phantomPower boolean
Response
200 - OK
400 - Phantom power is not supported for this input
404 - Channel does not exist
108Developer Information