Functions
This section contains information about functions provided by the Microsoft XAudio2 API.
In this section
| Topic | Description |
|---|---|
|
Creates an instance of the requested XAPOFX effect. | |
|
Creates an instance of the IXAPO interface for head-related transfer function (HRTF) processing. | |
|
Inline function that converts I3DL2 (Interactive 3D Audio Rendering Guidelines Level 2.0) parameters to native XAudio2 parameters. | |
|
Calculates DSP settings with respect to 3D parameters. | |
|
Sets all global 3D audio constants. | |
|
Inline function that converts an amplitude ratio value to a decibel value. | |
|
Creates a new XAudio2 object and returns a pointer to its IXAudio2 interface. | |
|
Creates a new reverb audio processing object (APO), and returns a pointer to it. | |
|
Creates a new volume meter audio processing object (APO) and returns a pointer to it. | |
|
Inline function that converts from filter cutoff frequencies expressed in hertz to the filter coefficients used with the Frequency member of the XAUDIO2_FILTER_PARAMETERS structure. | |
|
Inline function that converts from filter cutoff frequencies expressed in hertz to the radian frequency values used in the Frequency member of the XAUDIO2_FILTER_PARAMETERS structure. | |
|
Inline function that converts a decibel value to an amplitude ratio value. | |
|
Inline function that converts a frequency ratio value to a semitone value. | |
|
Inline function that converts from the radian frequencies used in XAUDIO2_FILTER_PARAMETERS back to absolute frequencies in hertz. | |
|
Inline function that converts a semitone value to a frequency ratio value. |
Related topics