ChannelRouter: ((channelCount, outputCount) => RouteMap)

Function declaration to enable custom default routing behaviour.

Takes the auidio tracks channelCount and the outputCount and return an appropriate route map for the configuration.

Type declaration

    • (channelCount, outputCount): RouteMap
    • Parameters

      • channelCount: number
      • outputCount: number

      Returns RouteMap