| Constructor PairBasedUpmixer(Vector3[] positions, (int, int)[] pairs, int intermediateSourceCount, int sampleRate)An Upmixer that recreates intermediate points between pairs of input sources.Visibility | Public | Extends | base(pairs.Length * intermediateSourceCount, sampleRate) |
ParametersVector3[] positions | Location of the input channels in the environment | [] pairs | Pairs of indices of later given inputs to recreate the space between | int intermediateSourceCount | Number of bands to separate | int sampleRate | Content sample rate |
|