gamemixer.effects

IAudioEffect API.

Members

Aliases

EffectCallbackFunction
alias EffectCallbackFunction = void function(ref AudioBuffer!float inoutBuffer, EffectCallbackInfo info)

Classes

EffectCallback
class EffectCallback

You can create custom effect from a function with EffectCallback. It's better to create your own IAudioEffect derivative though.

EffectGain
class EffectGain

You can create custom effect from a function with EffectCallback.

IAudioEffect
class IAudioEffect

Inherit from IEffect to make a custom effect.

LinearFloatParameter
class LinearFloatParameter
Undocumented in source.

Functions

createLinearFloatParameter
IParameter createLinearFloatParameter(string name, float min, float max, float defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

IParameter
interface IParameter
Undocumented in source.

Structs

EffectCallbackInfo
struct EffectCallbackInfo

Effect callback info.

Meta