AVAudio3DMixingRenderingAlgorithm Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates valid 3D audio-rendering algorithms.
public enum AVAudio3DMixingRenderingAlgorithm
type AVAudio3DMixingRenderingAlgorithm =
- Inheritance
-
AVAudio3DMixingRenderingAlgorithm
Fields
Name | Value | Description |
---|---|---|
EqualPowerPanning | 0 | Pans the mixer bus into a stereo field. |
SphericalHead | 1 | An algorithm best used for headphones; lower quality but lower processor-intensity than HRTF. |
HRTF | 2 | A processor-intensive Head-Related Transfer Function algorithm best used for emulating 3D space with headphones. (See also SphericalHead) |
SoundField | 3 | Renders on all output channels, but weights towards an origin. Best used for ambient sounds. |
StereoPassThrough | 5 | No localization is performed on the input data. |