Inline function that converts a frequency ratio value to a semitone value.
float XAudio2FrequencyRatioToSemitones(
float FrequencyRatio
)
FrequencyRatio
Type: floatĀ
Floating point value representing the frequency ratio.
Type: floatĀ
Returns a floating point value that represents the semitone.
You must explicitly define XAUDIO2_HELPER_FUNCTIONS in your build for this function to become available.
Header: Declared in xaudio2.h.
Library: Use xaudio2.lib.