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

Type declaration

    • (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.

      Parameters

      • channelCount: number
      • outputCount: number

      Returns RouteMap