bindbc.soloud.binddynamic

Undocumented in source.

Members

Aliases

da_AudioAttenuator_attenuate
alias da_AudioAttenuator_attenuate = float function(int* aObjHandle, float aDistance, float aMinDistance, float aMaxDistance, float aRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_AudioAttenuator_create
alias da_AudioAttenuator_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_AudioAttenuator_destroy
alias da_AudioAttenuator_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BassboostFilter_create
alias da_BassboostFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BassboostFilter_destroy
alias da_BassboostFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BassboostFilter_setParams
alias da_BassboostFilter_setParams = int function(int* aObjHandle, float aBoost)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BiquadResonantFilter_create
alias da_BiquadResonantFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BiquadResonantFilter_destroy
alias da_BiquadResonantFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_BiquadResonantFilter_setParams
alias da_BiquadResonantFilter_setParams = int function(int* aObjHandle, int aType, float aSampleRate, float aFrequency, float aResonance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_calcFFT
alias da_Bus_calcFFT = float[] function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_create
alias da_Bus_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_destroy
alias da_Bus_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_getApproximateVolume
alias da_Bus_getApproximateVolume = float function(int* aObjHandle, uint aChannel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_getLoopPoint
alias da_Bus_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_getWave
alias da_Bus_getWave = float[] function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_play3dClockedEx
alias da_Bus_play3dClockedEx = uint function(int* aObjHandle, double aSoundTime, int* aSound, float aPosX, float aPosY, float aPosZ, float aVelX, float aVelY, float aVelZ, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_play3dEx
alias da_Bus_play3dEx = uint function(int* aObjHandle, int* aSound, float aPosX, float aPosY, float aPosZ, float aVelX, float aVelY, float aVelZ, float aVolume, int aPaused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_playClockedEx
alias da_Bus_playClockedEx = uint function(int* aObjHandle, double aSoundTime, int* aSound, float aVolume, float aPan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_playEx
alias da_Bus_playEx = uint function(int* aObjHandle, int* aSound, float aVolume, float aPan, int aPaused)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dAttenuation
alias da_Bus_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dAttenuator
alias da_Bus_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dColliderEx
alias da_Bus_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dDistanceDelay
alias da_Bus_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dDopplerFactor
alias da_Bus_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dListenerRelative
alias da_Bus_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_set3dMinMaxDistance
alias da_Bus_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setChannels
alias da_Bus_setChannels = int function(int* aObjHandle, uint aChannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setFilter
alias da_Bus_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setInaudibleBehavior
alias da_Bus_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setLoopPoint
alias da_Bus_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setLooping
alias da_Bus_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setVisualizationEnable
alias da_Bus_setVisualizationEnable = void function(int* aObjHandle, int aEnable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_setVolume
alias da_Bus_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Bus_stop
alias da_Bus_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_DCRemovalFilter_create
alias da_DCRemovalFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_DCRemovalFilter_destroy
alias da_DCRemovalFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_DCRemovalFilter_setParamsEx
alias da_DCRemovalFilter_setParamsEx = int function(int* aObjHandle, float aLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_EchoFilter_create
alias da_EchoFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_EchoFilter_destroy
alias da_EchoFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_EchoFilter_setParamsEx
alias da_EchoFilter_setParamsEx = int function(int* aObjHandle, float aDelay, float aDecay, float aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FFTFilter_create
alias da_FFTFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FFTFilter_destroy
alias da_FFTFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FlangerFilter_create
alias da_FlangerFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FlangerFilter_destroy
alias da_FlangerFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FlangerFilter_setParams
alias da_FlangerFilter_setParams = int function(int* aObjHandle, float aDelay, float aFreq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_LofiFilter_create
alias da_LofiFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_LofiFilter_destroy
alias da_LofiFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_LofiFilter_setParams
alias da_LofiFilter_setParams = int function(int* aObjHandle, float aSampleRate, float aBitdepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_create
alias da_Monotone_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_destroy
alias da_Monotone_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_getLoopPoint
alias da_Monotone_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_load
alias da_Monotone_load = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_loadFile
alias da_Monotone_loadFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_loadMemEx
alias da_Monotone_loadMemEx = int function(int* aObjHandle, ubyte* aMem, uint aLength, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dAttenuation
alias da_Monotone_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dAttenuator
alias da_Monotone_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dColliderEx
alias da_Monotone_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dDistanceDelay
alias da_Monotone_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dDopplerFactor
alias da_Monotone_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dListenerRelative
alias da_Monotone_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_set3dMinMaxDistance
alias da_Monotone_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setFilter
alias da_Monotone_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setInaudibleBehavior
alias da_Monotone_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setLoopPoint
alias da_Monotone_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setLooping
alias da_Monotone_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setParamsEx
alias da_Monotone_setParamsEx = int function(int* aObjHandle, int aHardwareChannels, int aWaveform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_setVolume
alias da_Monotone_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Monotone_stop
alias da_Monotone_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_create
alias da_Openmpt_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_destroy
alias da_Openmpt_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_getLoopPoint
alias da_Openmpt_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_load
alias da_Openmpt_load = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_loadFile
alias da_Openmpt_loadFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_loadMemEx
alias da_Openmpt_loadMemEx = int function(int* aObjHandle, ubyte* aMem, uint aLength, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dAttenuation
alias da_Openmpt_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dAttenuator
alias da_Openmpt_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dColliderEx
alias da_Openmpt_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dDistanceDelay
alias da_Openmpt_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dDopplerFactor
alias da_Openmpt_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dListenerRelative
alias da_Openmpt_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_set3dMinMaxDistance
alias da_Openmpt_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_setFilter
alias da_Openmpt_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_setInaudibleBehavior
alias da_Openmpt_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_setLoopPoint
alias da_Openmpt_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_setLooping
alias da_Openmpt_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_setVolume
alias da_Openmpt_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Openmpt_stop
alias da_Openmpt_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Prg_create
alias da_Prg_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Prg_destroy
alias da_Prg_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Prg_rand
alias da_Prg_rand = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Prg_srand
alias da_Prg_srand = void function(int* aObjHandle, int aSeed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_create
alias da_Queue_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_destroy
alias da_Queue_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_getLoopPoint
alias da_Queue_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_getQueueCount
alias da_Queue_getQueueCount = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_isCurrentlyPlaying
alias da_Queue_isCurrentlyPlaying = int function(int* aObjHandle, int* aSound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_play
alias da_Queue_play = int function(int* aObjHandle, int* aSound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dAttenuation
alias da_Queue_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dAttenuator
alias da_Queue_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dColliderEx
alias da_Queue_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dDistanceDelay
alias da_Queue_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dDopplerFactor
alias da_Queue_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dListenerRelative
alias da_Queue_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_set3dMinMaxDistance
alias da_Queue_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setFilter
alias da_Queue_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setInaudibleBehavior
alias da_Queue_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setLoopPoint
alias da_Queue_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setLooping
alias da_Queue_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setParamsEx
alias da_Queue_setParamsEx = int function(int* aObjHandle, float aSamplerate, uint aChannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setParamsFromAudioSource
alias da_Queue_setParamsFromAudioSource = int function(int* aObjHandle, int* aSound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_setVolume
alias da_Queue_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Queue_stop
alias da_Queue_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_RobotizeFilter_create
alias da_RobotizeFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_RobotizeFilter_destroy
alias da_RobotizeFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_create
alias da_Sfxr_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_destroy
alias da_Sfxr_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_getLoopPoint
alias da_Sfxr_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_loadParams
alias da_Sfxr_loadParams = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_loadParamsFile
alias da_Sfxr_loadParamsFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_loadParamsMemEx
alias da_Sfxr_loadParamsMemEx = int function(int* aObjHandle, ubyte* aMem, uint aLength, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_loadPreset
alias da_Sfxr_loadPreset = int function(int* aObjHandle, int aPresetNo, int aRandSeed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_resetParams
alias da_Sfxr_resetParams = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dAttenuation
alias da_Sfxr_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dAttenuator
alias da_Sfxr_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dColliderEx
alias da_Sfxr_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dDistanceDelay
alias da_Sfxr_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dDopplerFactor
alias da_Sfxr_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dListenerRelative
alias da_Sfxr_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_set3dMinMaxDistance
alias da_Sfxr_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_setFilter
alias da_Sfxr_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_setInaudibleBehavior
alias da_Sfxr_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_setLoopPoint
alias da_Sfxr_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_setLooping
alias da_Sfxr_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_setVolume
alias da_Sfxr_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Sfxr_stop
alias da_Sfxr_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_addVoiceToGroup
alias da_Soloud_addVoiceToGroup = int function(int* aObjHandle, uint aVoiceGroupHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_calcFFT
alias da_Soloud_calcFFT = float[] function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_countAudioSource
alias da_Soloud_countAudioSource = int function(int* aObjHandle, int* aSound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_create
alias da_Soloud_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_createVoiceGroup
alias da_Soloud_createVoiceGroup = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_deinit
alias da_Soloud_deinit = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_destroy
alias da_Soloud_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_destroyVoiceGroup
alias da_Soloud_destroyVoiceGroup = int function(int* aObjHandle, uint aVoiceGroupHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_fadeFilterParameter
alias da_Soloud_fadeFilterParameter = void function(int* aObjHandle, uint aVoiceHandle, uint aFilterId, uint aAttributeId, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_fadeGlobalVolume
alias da_Soloud_fadeGlobalVolume = void function(int* aObjHandle, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_fadePan
alias da_Soloud_fadePan = void function(int* aObjHandle, uint aVoiceHandle, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_fadeRelativePlaySpeed
alias da_Soloud_fadeRelativePlaySpeed = void function(int* aObjHandle, uint aVoiceHandle, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_fadeVolume
alias da_Soloud_fadeVolume = void function(int* aObjHandle, uint aVoiceHandle, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_get3dSoundSpeed
alias da_Soloud_get3dSoundSpeed = float function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getActiveVoiceCount
alias da_Soloud_getActiveVoiceCount = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getApproximateVolume
alias da_Soloud_getApproximateVolume = float function(int* aObjHandle, uint aChannel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getBackendBufferSize
alias da_Soloud_getBackendBufferSize = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getBackendChannels
alias da_Soloud_getBackendChannels = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getBackendId
alias da_Soloud_getBackendId = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getBackendSamplerate
alias da_Soloud_getBackendSamplerate = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getBackendString
alias da_Soloud_getBackendString = const(char)* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getErrorString
alias da_Soloud_getErrorString = const(char)* function(int* aObjHandle, int aErrorCode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getFilterParameter
alias da_Soloud_getFilterParameter = float function(int* aObjHandle, uint aVoiceHandle, uint aFilterId, uint aAttributeId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getGlobalVolume
alias da_Soloud_getGlobalVolume = float function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getInfo
alias da_Soloud_getInfo = float function(int* aObjHandle, uint aVoiceHandle, uint aInfoKey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getLoopCount
alias da_Soloud_getLoopCount = uint function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getLoopPoint
alias da_Soloud_getLoopPoint = double function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getLooping
alias da_Soloud_getLooping = int function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getMaxActiveVoiceCount
alias da_Soloud_getMaxActiveVoiceCount = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getOverallVolume
alias da_Soloud_getOverallVolume = float function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getPan
alias da_Soloud_getPan = float function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getPause
alias da_Soloud_getPause = int function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getPostClipScaler
alias da_Soloud_getPostClipScaler = float function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getProtectVoice
alias da_Soloud_getProtectVoice = int function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getRelativePlaySpeed
alias da_Soloud_getRelativePlaySpeed = float function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getSamplerate
alias da_Soloud_getSamplerate = float function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getSpeakerPosition
alias da_Soloud_getSpeakerPosition = int function(int* aObjHandle, uint aChannel, float[] aX, float[] aY, float[] aZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getStreamPosition
alias da_Soloud_getStreamPosition = double function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getStreamTime
alias da_Soloud_getStreamTime = double function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getVersion
alias da_Soloud_getVersion = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getVoiceCount
alias da_Soloud_getVoiceCount = uint function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getVolume
alias da_Soloud_getVolume = float function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_getWave
alias da_Soloud_getWave = float[] function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_initEx
alias da_Soloud_initEx = int function(int* aObjHandle, uint aFlags, uint aBackend, uint aSamplerate, uint aBufferSize, uint aChannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_isValidVoiceHandle
alias da_Soloud_isValidVoiceHandle = int function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_isVoiceGroup
alias da_Soloud_isVoiceGroup = int function(int* aObjHandle, uint aVoiceGroupHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_isVoiceGroupEmpty
alias da_Soloud_isVoiceGroupEmpty = int function(int* aObjHandle, uint aVoiceGroupHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_mix
alias da_Soloud_mix = void function(int* aObjHandle, float[] aBuffer, uint aSamples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_mixSigned16
alias da_Soloud_mixSigned16 = void function(int* aObjHandle, short[] aBuffer, uint aSamples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_oscillateFilterParameter
alias da_Soloud_oscillateFilterParameter = void function(int* aObjHandle, uint aVoiceHandle, uint aFilterId, uint aAttributeId, float aFrom, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_oscillateGlobalVolume
alias da_Soloud_oscillateGlobalVolume = void function(int* aObjHandle, float aFrom, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_oscillatePan
alias da_Soloud_oscillatePan = void function(int* aObjHandle, uint aVoiceHandle, float aFrom, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_oscillateRelativePlaySpeed
alias da_Soloud_oscillateRelativePlaySpeed = void function(int* aObjHandle, uint aVoiceHandle, float aFrom, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_oscillateVolume
alias da_Soloud_oscillateVolume = void function(int* aObjHandle, uint aVoiceHandle, float aFrom, float aTo, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_play3dClockedEx
alias da_Soloud_play3dClockedEx = uint function(int* aObjHandle, double aSoundTime, int* aSound, float aPosX, float aPosY, float aPosZ, float aVelX, float aVelY, float aVelZ, float aVolume, uint aBus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_play3dEx
alias da_Soloud_play3dEx = uint function(int* aObjHandle, int* aSound, float aPosX, float aPosY, float aPosZ, float aVelX, float aVelY, float aVelZ, float aVolume, int aPaused, uint aBus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_playBackgroundEx
alias da_Soloud_playBackgroundEx = uint function(int* aObjHandle, int* aSound, float aVolume, int aPaused, uint aBus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_playClockedEx
alias da_Soloud_playClockedEx = uint function(int* aObjHandle, double aSoundTime, int* aSound, float aVolume, float aPan, uint aBus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_playEx
alias da_Soloud_playEx = uint function(int* aObjHandle, int* aSound, float aVolume, float aPan, int aPaused, uint aBus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_schedulePause
alias da_Soloud_schedulePause = void function(int* aObjHandle, uint aVoiceHandle, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_scheduleStop
alias da_Soloud_scheduleStop = void function(int* aObjHandle, uint aVoiceHandle, double aTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_seek
alias da_Soloud_seek = int function(int* aObjHandle, uint aVoiceHandle, double aSeconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dListenerAt
alias da_Soloud_set3dListenerAt = void function(int* aObjHandle, float aAtX, float aAtY, float aAtZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dListenerParametersEx
alias da_Soloud_set3dListenerParametersEx = void function(int* aObjHandle, float aPosX, float aPosY, float aPosZ, float aAtX, float aAtY, float aAtZ, float aUpX, float aUpY, float aUpZ, float aVelocityX, float aVelocityY, float aVelocityZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dListenerPosition
alias da_Soloud_set3dListenerPosition = void function(int* aObjHandle, float aPosX, float aPosY, float aPosZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dListenerUp
alias da_Soloud_set3dListenerUp = void function(int* aObjHandle, float aUpX, float aUpY, float aUpZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dListenerVelocity
alias da_Soloud_set3dListenerVelocity = void function(int* aObjHandle, float aVelocityX, float aVelocityY, float aVelocityZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSoundSpeed
alias da_Soloud_set3dSoundSpeed = int function(int* aObjHandle, float aSpeed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourceAttenuation
alias da_Soloud_set3dSourceAttenuation = void function(int* aObjHandle, uint aVoiceHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourceDopplerFactor
alias da_Soloud_set3dSourceDopplerFactor = void function(int* aObjHandle, uint aVoiceHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourceMinMaxDistance
alias da_Soloud_set3dSourceMinMaxDistance = void function(int* aObjHandle, uint aVoiceHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourceParametersEx
alias da_Soloud_set3dSourceParametersEx = void function(int* aObjHandle, uint aVoiceHandle, float aPosX, float aPosY, float aPosZ, float aVelocityX, float aVelocityY, float aVelocityZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourcePosition
alias da_Soloud_set3dSourcePosition = void function(int* aObjHandle, uint aVoiceHandle, float aPosX, float aPosY, float aPosZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_set3dSourceVelocity
alias da_Soloud_set3dSourceVelocity = void function(int* aObjHandle, uint aVoiceHandle, float aVelocityX, float aVelocityY, float aVelocityZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setDelaySamples
alias da_Soloud_setDelaySamples = void function(int* aObjHandle, uint aVoiceHandle, uint aSamples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setFilterParameter
alias da_Soloud_setFilterParameter = void function(int* aObjHandle, uint aVoiceHandle, uint aFilterId, uint aAttributeId, float aValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setGlobalFilter
alias da_Soloud_setGlobalFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setGlobalVolume
alias da_Soloud_setGlobalVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setInaudibleBehavior
alias da_Soloud_setInaudibleBehavior = void function(int* aObjHandle, uint aVoiceHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setLoopPoint
alias da_Soloud_setLoopPoint = void function(int* aObjHandle, uint aVoiceHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setLooping
alias da_Soloud_setLooping = void function(int* aObjHandle, uint aVoiceHandle, int aLooping)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setMaxActiveVoiceCount
alias da_Soloud_setMaxActiveVoiceCount = int function(int* aObjHandle, uint aVoiceCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setPan
alias da_Soloud_setPan = void function(int* aObjHandle, uint aVoiceHandle, float aPan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setPanAbsoluteEx
alias da_Soloud_setPanAbsoluteEx = void function(int* aObjHandle, uint aVoiceHandle, float aLVolume, float aRVolume, float aLBVolume, float aRBVolume, float aCVolume, float aSVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setPause
alias da_Soloud_setPause = void function(int* aObjHandle, uint aVoiceHandle, int aPause)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setPauseAll
alias da_Soloud_setPauseAll = void function(int* aObjHandle, int aPause)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setPostClipScaler
alias da_Soloud_setPostClipScaler = void function(int* aObjHandle, float aScaler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setProtectVoice
alias da_Soloud_setProtectVoice = void function(int* aObjHandle, uint aVoiceHandle, int aProtect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setRelativePlaySpeed
alias da_Soloud_setRelativePlaySpeed = int function(int* aObjHandle, uint aVoiceHandle, float aSpeed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setSamplerate
alias da_Soloud_setSamplerate = void function(int* aObjHandle, uint aVoiceHandle, float aSamplerate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setSpeakerPosition
alias da_Soloud_setSpeakerPosition = int function(int* aObjHandle, uint aChannel, float aX, float aY, float aZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setVisualizationEnable
alias da_Soloud_setVisualizationEnable = void function(int* aObjHandle, int aEnable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_setVolume
alias da_Soloud_setVolume = void function(int* aObjHandle, uint aVoiceHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_stop
alias da_Soloud_stop = void function(int* aObjHandle, uint aVoiceHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_stopAll
alias da_Soloud_stopAll = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_stopAudioSource
alias da_Soloud_stopAudioSource = void function(int* aObjHandle, int* aSound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Soloud_update3dAudio
alias da_Soloud_update3dAudio = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_create
alias da_Speech_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_destroy
alias da_Speech_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_getLoopPoint
alias da_Speech_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dAttenuation
alias da_Speech_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dAttenuator
alias da_Speech_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dColliderEx
alias da_Speech_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dDistanceDelay
alias da_Speech_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dDopplerFactor
alias da_Speech_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dListenerRelative
alias da_Speech_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_set3dMinMaxDistance
alias da_Speech_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setFilter
alias da_Speech_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setInaudibleBehavior
alias da_Speech_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setLoopPoint
alias da_Speech_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setLooping
alias da_Speech_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setParamsEx
alias da_Speech_setParamsEx = int function(int* aObjHandle, uint aBaseFrequency, float aBaseSpeed, float aBaseDeclination, int aBaseWaveform)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setText
alias da_Speech_setText = int function(int* aObjHandle, const(char)* aText)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_setVolume
alias da_Speech_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Speech_stop
alias da_Speech_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_create
alias da_TedSid_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_destroy
alias da_TedSid_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_getLoopPoint
alias da_TedSid_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_load
alias da_TedSid_load = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_loadFile
alias da_TedSid_loadFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_loadFileToMem
alias da_TedSid_loadFileToMem = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_loadMemEx
alias da_TedSid_loadMemEx = int function(int* aObjHandle, ubyte* aMem, uint aLength, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_loadToMem
alias da_TedSid_loadToMem = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dAttenuation
alias da_TedSid_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dAttenuator
alias da_TedSid_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dColliderEx
alias da_TedSid_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dDistanceDelay
alias da_TedSid_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dDopplerFactor
alias da_TedSid_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dListenerRelative
alias da_TedSid_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_set3dMinMaxDistance
alias da_TedSid_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_setFilter
alias da_TedSid_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_setInaudibleBehavior
alias da_TedSid_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_setLoopPoint
alias da_TedSid_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_setLooping
alias da_TedSid_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_setVolume
alias da_TedSid_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TedSid_stop
alias da_TedSid_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_create
alias da_Vic_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_destroy
alias da_Vic_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_getLoopPoint
alias da_Vic_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_getModel
alias da_Vic_getModel = int function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_getRegister
alias da_Vic_getRegister = ubyte function(int* aObjHandle, int reg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dAttenuation
alias da_Vic_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dAttenuator
alias da_Vic_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dColliderEx
alias da_Vic_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dDistanceDelay
alias da_Vic_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dDopplerFactor
alias da_Vic_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dListenerRelative
alias da_Vic_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_set3dMinMaxDistance
alias da_Vic_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setFilter
alias da_Vic_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setInaudibleBehavior
alias da_Vic_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setLoopPoint
alias da_Vic_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setLooping
alias da_Vic_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setModel
alias da_Vic_setModel = void function(int* aObjHandle, int model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setRegister
alias da_Vic_setRegister = void function(int* aObjHandle, int reg, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_setVolume
alias da_Vic_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vic_stop
alias da_Vic_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_create
alias da_Vizsn_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_destroy
alias da_Vizsn_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_getLoopPoint
alias da_Vizsn_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dAttenuation
alias da_Vizsn_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dAttenuator
alias da_Vizsn_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dColliderEx
alias da_Vizsn_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dDistanceDelay
alias da_Vizsn_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dDopplerFactor
alias da_Vizsn_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dListenerRelative
alias da_Vizsn_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_set3dMinMaxDistance
alias da_Vizsn_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setFilter
alias da_Vizsn_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setInaudibleBehavior
alias da_Vizsn_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setLoopPoint
alias da_Vizsn_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setLooping
alias da_Vizsn_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setText
alias da_Vizsn_setText = void function(int* aObjHandle, char* aText)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_setVolume
alias da_Vizsn_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Vizsn_stop
alias da_Vizsn_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_create
alias da_WavStream_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_destroy
alias da_WavStream_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_getLength
alias da_WavStream_getLength = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_getLoopPoint
alias da_WavStream_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_load
alias da_WavStream_load = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_loadFile
alias da_WavStream_loadFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_loadFileToMem
alias da_WavStream_loadFileToMem = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_loadMemEx
alias da_WavStream_loadMemEx = int function(int* aObjHandle, ubyte* aData, uint aDataLen, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_loadToMem
alias da_WavStream_loadToMem = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dAttenuation
alias da_WavStream_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dAttenuator
alias da_WavStream_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dColliderEx
alias da_WavStream_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dDistanceDelay
alias da_WavStream_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dDopplerFactor
alias da_WavStream_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dListenerRelative
alias da_WavStream_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_set3dMinMaxDistance
alias da_WavStream_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_setFilter
alias da_WavStream_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_setInaudibleBehavior
alias da_WavStream_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_setLoopPoint
alias da_WavStream_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_setLooping
alias da_WavStream_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_setVolume
alias da_WavStream_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WavStream_stop
alias da_WavStream_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_create
alias da_Wav_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_destroy
alias da_Wav_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_getLength
alias da_Wav_getLength = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_getLoopPoint
alias da_Wav_getLoopPoint = double function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_load
alias da_Wav_load = int function(int* aObjHandle, const(char)* aFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_loadFile
alias da_Wav_loadFile = int function(int* aObjHandle, int* aFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_loadMemEx
alias da_Wav_loadMemEx = int function(int* aObjHandle, ubyte* aMem, uint aLength, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_loadRawWave16Ex
alias da_Wav_loadRawWave16Ex = int function(int* aObjHandle, short[] aMem, uint aLength, float aSamplerate, uint aChannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_loadRawWave8Ex
alias da_Wav_loadRawWave8Ex = int function(int* aObjHandle, ubyte* aMem, uint aLength, float aSamplerate, uint aChannels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_loadRawWaveEx
alias da_Wav_loadRawWaveEx = int function(int* aObjHandle, float[] aMem, uint aLength, float aSamplerate, uint aChannels, int aCopy, int aTakeOwnership)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dAttenuation
alias da_Wav_set3dAttenuation = void function(int* aObjHandle, uint aAttenuationModel, float aAttenuationRolloffFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dAttenuator
alias da_Wav_set3dAttenuator = void function(int* aObjHandle, int* aAttenuator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dColliderEx
alias da_Wav_set3dColliderEx = void function(int* aObjHandle, int* aCollider, int aUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dDistanceDelay
alias da_Wav_set3dDistanceDelay = void function(int* aObjHandle, int aDistanceDelay)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dDopplerFactor
alias da_Wav_set3dDopplerFactor = void function(int* aObjHandle, float aDopplerFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dListenerRelative
alias da_Wav_set3dListenerRelative = void function(int* aObjHandle, int aListenerRelative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_set3dMinMaxDistance
alias da_Wav_set3dMinMaxDistance = void function(int* aObjHandle, float aMinDistance, float aMaxDistance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_setFilter
alias da_Wav_setFilter = void function(int* aObjHandle, uint aFilterId, int* aFilter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_setInaudibleBehavior
alias da_Wav_setInaudibleBehavior = void function(int* aObjHandle, int aMustTick, int aKill)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_setLoopPoint
alias da_Wav_setLoopPoint = void function(int* aObjHandle, double aLoopPoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_setLooping
alias da_Wav_setLooping = void function(int* aObjHandle, int aLoop)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_setVolume
alias da_Wav_setVolume = void function(int* aObjHandle, float aVolume)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_Wav_stop
alias da_Wav_stop = void function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WaveShaperFilter_create
alias da_WaveShaperFilter_create = int* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WaveShaperFilter_destroy
alias da_WaveShaperFilter_destroy = int* function(int* aObjHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_WaveShaperFilter_setParamsEx
alias da_WaveShaperFilter_setParamsEx = int function(int* aObjHandle, float aAmount, float aWet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

isSoloudLoaded
bool isSoloudLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSoloud
SLSupport loadSoloud()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSoloud
SLSupport loadSoloud(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedSoloudVersion
SLSupport loadedSoloudVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadOpenCL
void unloadOpenCL()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

AudioAttenuator_attenuate
da_AudioAttenuator_attenuate AudioAttenuator_attenuate;
Undocumented in source.
AudioAttenuator_create
da_AudioAttenuator_create AudioAttenuator_create;
Undocumented in source.
AudioAttenuator_destroy
da_AudioAttenuator_destroy AudioAttenuator_destroy;
Undocumented in source.
BassboostFilter_create
da_BassboostFilter_create BassboostFilter_create;
Undocumented in source.
BassboostFilter_destroy
da_BassboostFilter_destroy BassboostFilter_destroy;
Undocumented in source.
BassboostFilter_setParams
da_BassboostFilter_setParams BassboostFilter_setParams;
Undocumented in source.
BiquadResonantFilter_create
da_BiquadResonantFilter_create BiquadResonantFilter_create;
Undocumented in source.
BiquadResonantFilter_destroy
da_BiquadResonantFilter_destroy BiquadResonantFilter_destroy;
Undocumented in source.
BiquadResonantFilter_setParams
da_BiquadResonantFilter_setParams BiquadResonantFilter_setParams;
Undocumented in source.
Bus_calcFFT
da_Bus_calcFFT Bus_calcFFT;
Undocumented in source.
Bus_create
da_Bus_create Bus_create;
Undocumented in source.
Bus_destroy
da_Bus_destroy Bus_destroy;
Undocumented in source.
Bus_getApproximateVolume
da_Bus_getApproximateVolume Bus_getApproximateVolume;
Undocumented in source.
Bus_getLoopPoint
da_Bus_getLoopPoint Bus_getLoopPoint;
Undocumented in source.
Bus_getWave
da_Bus_getWave Bus_getWave;
Undocumented in source.
Bus_play3dClockedEx
da_Bus_play3dClockedEx Bus_play3dClockedEx;
Undocumented in source.
Bus_play3dEx
da_Bus_play3dEx Bus_play3dEx;
Undocumented in source.
Bus_playClockedEx
da_Bus_playClockedEx Bus_playClockedEx;
Undocumented in source.
Bus_playEx
da_Bus_playEx Bus_playEx;
Undocumented in source.
Bus_set3dAttenuation
da_Bus_set3dAttenuation Bus_set3dAttenuation;
Undocumented in source.
Bus_set3dAttenuator
da_Bus_set3dAttenuator Bus_set3dAttenuator;
Undocumented in source.
Bus_set3dColliderEx
da_Bus_set3dColliderEx Bus_set3dColliderEx;
Undocumented in source.
Bus_set3dDistanceDelay
da_Bus_set3dDistanceDelay Bus_set3dDistanceDelay;
Undocumented in source.
Bus_set3dDopplerFactor
da_Bus_set3dDopplerFactor Bus_set3dDopplerFactor;
Undocumented in source.
Bus_set3dListenerRelative
da_Bus_set3dListenerRelative Bus_set3dListenerRelative;
Undocumented in source.
Bus_set3dMinMaxDistance
da_Bus_set3dMinMaxDistance Bus_set3dMinMaxDistance;
Undocumented in source.
Bus_setChannels
da_Bus_setChannels Bus_setChannels;
Undocumented in source.
Bus_setFilter
da_Bus_setFilter Bus_setFilter;
Undocumented in source.
Bus_setInaudibleBehavior
da_Bus_setInaudibleBehavior Bus_setInaudibleBehavior;
Undocumented in source.
Bus_setLoopPoint
da_Bus_setLoopPoint Bus_setLoopPoint;
Undocumented in source.
Bus_setLooping
da_Bus_setLooping Bus_setLooping;
Undocumented in source.
Bus_setVisualizationEnable
da_Bus_setVisualizationEnable Bus_setVisualizationEnable;
Undocumented in source.
Bus_setVolume
da_Bus_setVolume Bus_setVolume;
Undocumented in source.
Bus_stop
da_Bus_stop Bus_stop;
Undocumented in source.
DCRemovalFilter_create
da_DCRemovalFilter_create DCRemovalFilter_create;
Undocumented in source.
DCRemovalFilter_destroy
da_DCRemovalFilter_destroy DCRemovalFilter_destroy;
Undocumented in source.
DCRemovalFilter_setParamsEx
da_DCRemovalFilter_setParamsEx DCRemovalFilter_setParamsEx;
Undocumented in source.
EchoFilter_create
da_EchoFilter_create EchoFilter_create;
Undocumented in source.
EchoFilter_destroy
da_EchoFilter_destroy EchoFilter_destroy;
Undocumented in source.
EchoFilter_setParamsEx
da_EchoFilter_setParamsEx EchoFilter_setParamsEx;
Undocumented in source.
FFTFilter_create
da_FFTFilter_create FFTFilter_create;
Undocumented in source.
FFTFilter_destroy
da_FFTFilter_destroy FFTFilter_destroy;
Undocumented in source.
FlangerFilter_create
da_FlangerFilter_create FlangerFilter_create;
Undocumented in source.
FlangerFilter_destroy
da_FlangerFilter_destroy FlangerFilter_destroy;
Undocumented in source.
FlangerFilter_setParams
da_FlangerFilter_setParams FlangerFilter_setParams;
Undocumented in source.
LofiFilter_create
da_LofiFilter_create LofiFilter_create;
Undocumented in source.
LofiFilter_destroy
da_LofiFilter_destroy LofiFilter_destroy;
Undocumented in source.
LofiFilter_setParams
da_LofiFilter_setParams LofiFilter_setParams;
Undocumented in source.
Monotone_create
da_Monotone_create Monotone_create;
Undocumented in source.
Monotone_destroy
da_Monotone_destroy Monotone_destroy;
Undocumented in source.
Monotone_getLoopPoint
da_Monotone_getLoopPoint Monotone_getLoopPoint;
Undocumented in source.
Monotone_load
da_Monotone_load Monotone_load;
Undocumented in source.
Monotone_loadFile
da_Monotone_loadFile Monotone_loadFile;
Undocumented in source.
Monotone_loadMemEx
da_Monotone_loadMemEx Monotone_loadMemEx;
Undocumented in source.
Monotone_set3dAttenuation
da_Monotone_set3dAttenuation Monotone_set3dAttenuation;
Undocumented in source.
Monotone_set3dAttenuator
da_Monotone_set3dAttenuator Monotone_set3dAttenuator;
Undocumented in source.
Monotone_set3dColliderEx
da_Monotone_set3dColliderEx Monotone_set3dColliderEx;
Undocumented in source.
Monotone_set3dDistanceDelay
da_Monotone_set3dDistanceDelay Monotone_set3dDistanceDelay;
Undocumented in source.
Monotone_set3dDopplerFactor
da_Monotone_set3dDopplerFactor Monotone_set3dDopplerFactor;
Undocumented in source.
Monotone_set3dListenerRelative
da_Monotone_set3dListenerRelative Monotone_set3dListenerRelative;
Undocumented in source.
Monotone_set3dMinMaxDistance
da_Monotone_set3dMinMaxDistance Monotone_set3dMinMaxDistance;
Undocumented in source.
Monotone_setFilter
da_Monotone_setFilter Monotone_setFilter;
Undocumented in source.
Monotone_setInaudibleBehavior
da_Monotone_setInaudibleBehavior Monotone_setInaudibleBehavior;
Undocumented in source.
Monotone_setLoopPoint
da_Monotone_setLoopPoint Monotone_setLoopPoint;
Undocumented in source.
Monotone_setLooping
da_Monotone_setLooping Monotone_setLooping;
Undocumented in source.
Monotone_setParamsEx
da_Monotone_setParamsEx Monotone_setParamsEx;
Undocumented in source.
Monotone_setVolume
da_Monotone_setVolume Monotone_setVolume;
Undocumented in source.
Monotone_stop
da_Monotone_stop Monotone_stop;
Undocumented in source.
Openmpt_create
da_Openmpt_create Openmpt_create;
Undocumented in source.
Openmpt_destroy
da_Openmpt_destroy Openmpt_destroy;
Undocumented in source.
Openmpt_getLoopPoint
da_Openmpt_getLoopPoint Openmpt_getLoopPoint;
Undocumented in source.
Openmpt_load
da_Openmpt_load Openmpt_load;
Undocumented in source.
Openmpt_loadFile
da_Openmpt_loadFile Openmpt_loadFile;
Undocumented in source.
Openmpt_loadMemEx
da_Openmpt_loadMemEx Openmpt_loadMemEx;
Undocumented in source.
Openmpt_set3dAttenuation
da_Openmpt_set3dAttenuation Openmpt_set3dAttenuation;
Undocumented in source.
Openmpt_set3dAttenuator
da_Openmpt_set3dAttenuator Openmpt_set3dAttenuator;
Undocumented in source.
Openmpt_set3dColliderEx
da_Openmpt_set3dColliderEx Openmpt_set3dColliderEx;
Undocumented in source.
Openmpt_set3dDistanceDelay
da_Openmpt_set3dDistanceDelay Openmpt_set3dDistanceDelay;
Undocumented in source.
Openmpt_set3dDopplerFactor
da_Openmpt_set3dDopplerFactor Openmpt_set3dDopplerFactor;
Undocumented in source.
Openmpt_set3dListenerRelative
da_Openmpt_set3dListenerRelative Openmpt_set3dListenerRelative;
Undocumented in source.
Openmpt_set3dMinMaxDistance
da_Openmpt_set3dMinMaxDistance Openmpt_set3dMinMaxDistance;
Undocumented in source.
Openmpt_setFilter
da_Openmpt_setFilter Openmpt_setFilter;
Undocumented in source.
Openmpt_setInaudibleBehavior
da_Openmpt_setInaudibleBehavior Openmpt_setInaudibleBehavior;
Undocumented in source.
Openmpt_setLoopPoint
da_Openmpt_setLoopPoint Openmpt_setLoopPoint;
Undocumented in source.
Openmpt_setLooping
da_Openmpt_setLooping Openmpt_setLooping;
Undocumented in source.
Openmpt_setVolume
da_Openmpt_setVolume Openmpt_setVolume;
Undocumented in source.
Openmpt_stop
da_Openmpt_stop Openmpt_stop;
Undocumented in source.
Prg_create
da_Prg_create Prg_create;
Undocumented in source.
Prg_destroy
da_Prg_destroy Prg_destroy;
Undocumented in source.
Prg_rand
da_Prg_rand Prg_rand;
Undocumented in source.
Prg_srand
da_Prg_srand Prg_srand;
Undocumented in source.
Queue_create
da_Queue_create Queue_create;
Undocumented in source.
Queue_destroy
da_Queue_destroy Queue_destroy;
Undocumented in source.
Queue_getLoopPoint
da_Queue_getLoopPoint Queue_getLoopPoint;
Undocumented in source.
Queue_getQueueCount
da_Queue_getQueueCount Queue_getQueueCount;
Undocumented in source.
Queue_isCurrentlyPlaying
da_Queue_isCurrentlyPlaying Queue_isCurrentlyPlaying;
Undocumented in source.
Queue_play
da_Queue_play Queue_play;
Undocumented in source.
Queue_set3dAttenuation
da_Queue_set3dAttenuation Queue_set3dAttenuation;
Undocumented in source.
Queue_set3dAttenuator
da_Queue_set3dAttenuator Queue_set3dAttenuator;
Undocumented in source.
Queue_set3dColliderEx
da_Queue_set3dColliderEx Queue_set3dColliderEx;
Undocumented in source.
Queue_set3dDistanceDelay
da_Queue_set3dDistanceDelay Queue_set3dDistanceDelay;
Undocumented in source.
Queue_set3dDopplerFactor
da_Queue_set3dDopplerFactor Queue_set3dDopplerFactor;
Undocumented in source.
Queue_set3dListenerRelative
da_Queue_set3dListenerRelative Queue_set3dListenerRelative;
Undocumented in source.
Queue_set3dMinMaxDistance
da_Queue_set3dMinMaxDistance Queue_set3dMinMaxDistance;
Undocumented in source.
Queue_setFilter
da_Queue_setFilter Queue_setFilter;
Undocumented in source.
Queue_setInaudibleBehavior
da_Queue_setInaudibleBehavior Queue_setInaudibleBehavior;
Undocumented in source.
Queue_setLoopPoint
da_Queue_setLoopPoint Queue_setLoopPoint;
Undocumented in source.
Queue_setLooping
da_Queue_setLooping Queue_setLooping;
Undocumented in source.
Queue_setParamsEx
da_Queue_setParamsEx Queue_setParamsEx;
Undocumented in source.
Queue_setParamsFromAudioSource
da_Queue_setParamsFromAudioSource Queue_setParamsFromAudioSource;
Undocumented in source.
Queue_setVolume
da_Queue_setVolume Queue_setVolume;
Undocumented in source.
Queue_stop
da_Queue_stop Queue_stop;
Undocumented in source.
RobotizeFilter_create
da_RobotizeFilter_create RobotizeFilter_create;
Undocumented in source.
RobotizeFilter_destroy
da_RobotizeFilter_destroy RobotizeFilter_destroy;
Undocumented in source.
Sfxr_create
da_Sfxr_create Sfxr_create;
Undocumented in source.
Sfxr_destroy
da_Sfxr_destroy Sfxr_destroy;
Undocumented in source.
Sfxr_getLoopPoint
da_Sfxr_getLoopPoint Sfxr_getLoopPoint;
Undocumented in source.
Sfxr_loadParams
da_Sfxr_loadParams Sfxr_loadParams;
Undocumented in source.
Sfxr_loadParamsFile
da_Sfxr_loadParamsFile Sfxr_loadParamsFile;
Undocumented in source.
Sfxr_loadParamsMemEx
da_Sfxr_loadParamsMemEx Sfxr_loadParamsMemEx;
Undocumented in source.
Sfxr_loadPreset
da_Sfxr_loadPreset Sfxr_loadPreset;
Undocumented in source.
Sfxr_resetParams
da_Sfxr_resetParams Sfxr_resetParams;
Undocumented in source.
Sfxr_set3dAttenuation
da_Sfxr_set3dAttenuation Sfxr_set3dAttenuation;
Undocumented in source.
Sfxr_set3dAttenuator
da_Sfxr_set3dAttenuator Sfxr_set3dAttenuator;
Undocumented in source.
Sfxr_set3dColliderEx
da_Sfxr_set3dColliderEx Sfxr_set3dColliderEx;
Undocumented in source.
Sfxr_set3dDistanceDelay
da_Sfxr_set3dDistanceDelay Sfxr_set3dDistanceDelay;
Undocumented in source.
Sfxr_set3dDopplerFactor
da_Sfxr_set3dDopplerFactor Sfxr_set3dDopplerFactor;
Undocumented in source.
Sfxr_set3dListenerRelative
da_Sfxr_set3dListenerRelative Sfxr_set3dListenerRelative;
Undocumented in source.
Sfxr_set3dMinMaxDistance
da_Sfxr_set3dMinMaxDistance Sfxr_set3dMinMaxDistance;
Undocumented in source.
Sfxr_setFilter
da_Sfxr_setFilter Sfxr_setFilter;
Undocumented in source.
Sfxr_setInaudibleBehavior
da_Sfxr_setInaudibleBehavior Sfxr_setInaudibleBehavior;
Undocumented in source.
Sfxr_setLoopPoint
da_Sfxr_setLoopPoint Sfxr_setLoopPoint;
Undocumented in source.
Sfxr_setLooping
da_Sfxr_setLooping Sfxr_setLooping;
Undocumented in source.
Sfxr_setVolume
da_Sfxr_setVolume Sfxr_setVolume;
Undocumented in source.
Sfxr_stop
da_Sfxr_stop Sfxr_stop;
Undocumented in source.
Soloud_addVoiceToGroup
da_Soloud_addVoiceToGroup Soloud_addVoiceToGroup;
Undocumented in source.
Soloud_calcFFT
da_Soloud_calcFFT Soloud_calcFFT;
Undocumented in source.
Soloud_countAudioSource
da_Soloud_countAudioSource Soloud_countAudioSource;
Undocumented in source.
Soloud_create
da_Soloud_create Soloud_create;
Undocumented in source.
Soloud_createVoiceGroup
da_Soloud_createVoiceGroup Soloud_createVoiceGroup;
Undocumented in source.
Soloud_deinit
da_Soloud_deinit Soloud_deinit;
Undocumented in source.
Soloud_destroy
da_Soloud_destroy Soloud_destroy;
Undocumented in source.
Soloud_destroyVoiceGroup
da_Soloud_destroyVoiceGroup Soloud_destroyVoiceGroup;
Undocumented in source.
Soloud_fadeFilterParameter
da_Soloud_fadeFilterParameter Soloud_fadeFilterParameter;
Undocumented in source.
Soloud_fadeGlobalVolume
da_Soloud_fadeGlobalVolume Soloud_fadeGlobalVolume;
Undocumented in source.
Soloud_fadePan
da_Soloud_fadePan Soloud_fadePan;
Undocumented in source.
Soloud_fadeRelativePlaySpeed
da_Soloud_fadeRelativePlaySpeed Soloud_fadeRelativePlaySpeed;
Undocumented in source.
Soloud_fadeVolume
da_Soloud_fadeVolume Soloud_fadeVolume;
Undocumented in source.
Soloud_get3dSoundSpeed
da_Soloud_get3dSoundSpeed Soloud_get3dSoundSpeed;
Undocumented in source.
Soloud_getActiveVoiceCount
da_Soloud_getActiveVoiceCount Soloud_getActiveVoiceCount;
Undocumented in source.
Soloud_getApproximateVolume
da_Soloud_getApproximateVolume Soloud_getApproximateVolume;
Undocumented in source.
Soloud_getBackendBufferSize
da_Soloud_getBackendBufferSize Soloud_getBackendBufferSize;
Undocumented in source.
Soloud_getBackendChannels
da_Soloud_getBackendChannels Soloud_getBackendChannels;
Undocumented in source.
Soloud_getBackendId
da_Soloud_getBackendId Soloud_getBackendId;
Undocumented in source.
Soloud_getBackendSamplerate
da_Soloud_getBackendSamplerate Soloud_getBackendSamplerate;
Undocumented in source.
Soloud_getBackendString
da_Soloud_getBackendString Soloud_getBackendString;
Undocumented in source.
Soloud_getErrorString
da_Soloud_getErrorString Soloud_getErrorString;
Undocumented in source.
Soloud_getFilterParameter
da_Soloud_getFilterParameter Soloud_getFilterParameter;
Undocumented in source.
Soloud_getGlobalVolume
da_Soloud_getGlobalVolume Soloud_getGlobalVolume;
Undocumented in source.
Soloud_getInfo
da_Soloud_getInfo Soloud_getInfo;
Undocumented in source.
Soloud_getLoopCount
da_Soloud_getLoopCount Soloud_getLoopCount;
Undocumented in source.
Soloud_getLoopPoint
da_Soloud_getLoopPoint Soloud_getLoopPoint;
Undocumented in source.
Soloud_getLooping
da_Soloud_getLooping Soloud_getLooping;
Undocumented in source.
Soloud_getMaxActiveVoiceCount
da_Soloud_getMaxActiveVoiceCount Soloud_getMaxActiveVoiceCount;
Undocumented in source.
Soloud_getOverallVolume
da_Soloud_getOverallVolume Soloud_getOverallVolume;
Undocumented in source.
Soloud_getPan
da_Soloud_getPan Soloud_getPan;
Undocumented in source.
Soloud_getPause
da_Soloud_getPause Soloud_getPause;
Undocumented in source.
Soloud_getPostClipScaler
da_Soloud_getPostClipScaler Soloud_getPostClipScaler;
Undocumented in source.
Soloud_getProtectVoice
da_Soloud_getProtectVoice Soloud_getProtectVoice;
Undocumented in source.
Soloud_getRelativePlaySpeed
da_Soloud_getRelativePlaySpeed Soloud_getRelativePlaySpeed;
Undocumented in source.
Soloud_getSamplerate
da_Soloud_getSamplerate Soloud_getSamplerate;
Undocumented in source.
Soloud_getSpeakerPosition
da_Soloud_getSpeakerPosition Soloud_getSpeakerPosition;
Undocumented in source.
Soloud_getStreamPosition
da_Soloud_getStreamPosition Soloud_getStreamPosition;
Undocumented in source.
Soloud_getStreamTime
da_Soloud_getStreamTime Soloud_getStreamTime;
Undocumented in source.
Soloud_getVersion
da_Soloud_getVersion Soloud_getVersion;
Undocumented in source.
Soloud_getVoiceCount
da_Soloud_getVoiceCount Soloud_getVoiceCount;
Undocumented in source.
Soloud_getVolume
da_Soloud_getVolume Soloud_getVolume;
Undocumented in source.
Soloud_getWave
da_Soloud_getWave Soloud_getWave;
Undocumented in source.
Soloud_initEx
da_Soloud_initEx Soloud_initEx;
Undocumented in source.
Soloud_isValidVoiceHandle
da_Soloud_isValidVoiceHandle Soloud_isValidVoiceHandle;
Undocumented in source.
Soloud_isVoiceGroup
da_Soloud_isVoiceGroup Soloud_isVoiceGroup;
Undocumented in source.
Soloud_isVoiceGroupEmpty
da_Soloud_isVoiceGroupEmpty Soloud_isVoiceGroupEmpty;
Undocumented in source.
Soloud_mix
da_Soloud_mix Soloud_mix;
Undocumented in source.
Soloud_mixSigned16
da_Soloud_mixSigned16 Soloud_mixSigned16;
Undocumented in source.
Soloud_oscillateFilterParameter
da_Soloud_oscillateFilterParameter Soloud_oscillateFilterParameter;
Undocumented in source.
Soloud_oscillateGlobalVolume
da_Soloud_oscillateGlobalVolume Soloud_oscillateGlobalVolume;
Undocumented in source.
Soloud_oscillatePan
da_Soloud_oscillatePan Soloud_oscillatePan;
Undocumented in source.
Soloud_oscillateRelativePlaySpeed
da_Soloud_oscillateRelativePlaySpeed Soloud_oscillateRelativePlaySpeed;
Undocumented in source.
Soloud_oscillateVolume
da_Soloud_oscillateVolume Soloud_oscillateVolume;
Undocumented in source.
Soloud_play3dClockedEx
da_Soloud_play3dClockedEx Soloud_play3dClockedEx;
Undocumented in source.
Soloud_play3dEx
da_Soloud_play3dEx Soloud_play3dEx;
Undocumented in source.
Soloud_playBackgroundEx
da_Soloud_playBackgroundEx Soloud_playBackgroundEx;
Undocumented in source.
Soloud_playClockedEx
da_Soloud_playClockedEx Soloud_playClockedEx;
Undocumented in source.
Soloud_playEx
da_Soloud_playEx Soloud_playEx;
Undocumented in source.
Soloud_schedulePause
da_Soloud_schedulePause Soloud_schedulePause;
Undocumented in source.
Soloud_scheduleStop
da_Soloud_scheduleStop Soloud_scheduleStop;
Undocumented in source.
Soloud_seek
da_Soloud_seek Soloud_seek;
Undocumented in source.
Soloud_set3dListenerAt
da_Soloud_set3dListenerAt Soloud_set3dListenerAt;
Undocumented in source.
Soloud_set3dListenerParametersEx
da_Soloud_set3dListenerParametersEx Soloud_set3dListenerParametersEx;
Undocumented in source.
Soloud_set3dListenerPosition
da_Soloud_set3dListenerPosition Soloud_set3dListenerPosition;
Undocumented in source.
Soloud_set3dListenerUp
da_Soloud_set3dListenerUp Soloud_set3dListenerUp;
Undocumented in source.
Soloud_set3dListenerVelocity
da_Soloud_set3dListenerVelocity Soloud_set3dListenerVelocity;
Undocumented in source.
Soloud_set3dSoundSpeed
da_Soloud_set3dSoundSpeed Soloud_set3dSoundSpeed;
Undocumented in source.
Soloud_set3dSourceAttenuation
da_Soloud_set3dSourceAttenuation Soloud_set3dSourceAttenuation;
Undocumented in source.
Soloud_set3dSourceDopplerFactor
da_Soloud_set3dSourceDopplerFactor Soloud_set3dSourceDopplerFactor;
Undocumented in source.
Soloud_set3dSourceMinMaxDistance
da_Soloud_set3dSourceMinMaxDistance Soloud_set3dSourceMinMaxDistance;
Undocumented in source.
Soloud_set3dSourceParametersEx
da_Soloud_set3dSourceParametersEx Soloud_set3dSourceParametersEx;
Undocumented in source.
Soloud_set3dSourcePosition
da_Soloud_set3dSourcePosition Soloud_set3dSourcePosition;
Undocumented in source.
Soloud_set3dSourceVelocity
da_Soloud_set3dSourceVelocity Soloud_set3dSourceVelocity;
Undocumented in source.
Soloud_setDelaySamples
da_Soloud_setDelaySamples Soloud_setDelaySamples;
Undocumented in source.
Soloud_setFilterParameter
da_Soloud_setFilterParameter Soloud_setFilterParameter;
Undocumented in source.
Soloud_setGlobalFilter
da_Soloud_setGlobalFilter Soloud_setGlobalFilter;
Undocumented in source.
Soloud_setGlobalVolume
da_Soloud_setGlobalVolume Soloud_setGlobalVolume;
Undocumented in source.
Soloud_setInaudibleBehavior
da_Soloud_setInaudibleBehavior Soloud_setInaudibleBehavior;
Undocumented in source.
Soloud_setLoopPoint
da_Soloud_setLoopPoint Soloud_setLoopPoint;
Undocumented in source.
Soloud_setLooping
da_Soloud_setLooping Soloud_setLooping;
Undocumented in source.
Soloud_setMaxActiveVoiceCount
da_Soloud_setMaxActiveVoiceCount Soloud_setMaxActiveVoiceCount;
Undocumented in source.
Soloud_setPan
da_Soloud_setPan Soloud_setPan;
Undocumented in source.
Soloud_setPanAbsoluteEx
da_Soloud_setPanAbsoluteEx Soloud_setPanAbsoluteEx;
Undocumented in source.
Soloud_setPause
da_Soloud_setPause Soloud_setPause;
Undocumented in source.
Soloud_setPauseAll
da_Soloud_setPauseAll Soloud_setPauseAll;
Undocumented in source.
Soloud_setPostClipScaler
da_Soloud_setPostClipScaler Soloud_setPostClipScaler;
Undocumented in source.
Soloud_setProtectVoice
da_Soloud_setProtectVoice Soloud_setProtectVoice;
Undocumented in source.
Soloud_setRelativePlaySpeed
da_Soloud_setRelativePlaySpeed Soloud_setRelativePlaySpeed;
Undocumented in source.
Soloud_setSamplerate
da_Soloud_setSamplerate Soloud_setSamplerate;
Undocumented in source.
Soloud_setSpeakerPosition
da_Soloud_setSpeakerPosition Soloud_setSpeakerPosition;
Undocumented in source.
Soloud_setVisualizationEnable
da_Soloud_setVisualizationEnable Soloud_setVisualizationEnable;
Undocumented in source.
Soloud_setVolume
da_Soloud_setVolume Soloud_setVolume;
Undocumented in source.
Soloud_stop
da_Soloud_stop Soloud_stop;
Undocumented in source.
Soloud_stopAll
da_Soloud_stopAll Soloud_stopAll;
Undocumented in source.
Soloud_stopAudioSource
da_Soloud_stopAudioSource Soloud_stopAudioSource;
Undocumented in source.
Soloud_update3dAudio
da_Soloud_update3dAudio Soloud_update3dAudio;
Undocumented in source.
Speech_create
da_Speech_create Speech_create;
Undocumented in source.
Speech_destroy
da_Speech_destroy Speech_destroy;
Undocumented in source.
Speech_getLoopPoint
da_Speech_getLoopPoint Speech_getLoopPoint;
Undocumented in source.
Speech_set3dAttenuation
da_Speech_set3dAttenuation Speech_set3dAttenuation;
Undocumented in source.
Speech_set3dAttenuator
da_Speech_set3dAttenuator Speech_set3dAttenuator;
Undocumented in source.
Speech_set3dColliderEx
da_Speech_set3dColliderEx Speech_set3dColliderEx;
Undocumented in source.
Speech_set3dDistanceDelay
da_Speech_set3dDistanceDelay Speech_set3dDistanceDelay;
Undocumented in source.
Speech_set3dDopplerFactor
da_Speech_set3dDopplerFactor Speech_set3dDopplerFactor;
Undocumented in source.
Speech_set3dListenerRelative
da_Speech_set3dListenerRelative Speech_set3dListenerRelative;
Undocumented in source.
Speech_set3dMinMaxDistance
da_Speech_set3dMinMaxDistance Speech_set3dMinMaxDistance;
Undocumented in source.
Speech_setFilter
da_Speech_setFilter Speech_setFilter;
Undocumented in source.
Speech_setInaudibleBehavior
da_Speech_setInaudibleBehavior Speech_setInaudibleBehavior;
Undocumented in source.
Speech_setLoopPoint
da_Speech_setLoopPoint Speech_setLoopPoint;
Undocumented in source.
Speech_setLooping
da_Speech_setLooping Speech_setLooping;
Undocumented in source.
Speech_setParamsEx
da_Speech_setParamsEx Speech_setParamsEx;
Undocumented in source.
Speech_setText
da_Speech_setText Speech_setText;
Undocumented in source.
Speech_setVolume
da_Speech_setVolume Speech_setVolume;
Undocumented in source.
Speech_stop
da_Speech_stop Speech_stop;
Undocumented in source.
TedSid_create
da_TedSid_create TedSid_create;
Undocumented in source.
TedSid_destroy
da_TedSid_destroy TedSid_destroy;
Undocumented in source.
TedSid_getLoopPoint
da_TedSid_getLoopPoint TedSid_getLoopPoint;
Undocumented in source.
TedSid_load
da_TedSid_load TedSid_load;
Undocumented in source.
TedSid_loadFile
da_TedSid_loadFile TedSid_loadFile;
Undocumented in source.
TedSid_loadFileToMem
da_TedSid_loadFileToMem TedSid_loadFileToMem;
Undocumented in source.
TedSid_loadMemEx
da_TedSid_loadMemEx TedSid_loadMemEx;
Undocumented in source.
TedSid_loadToMem
da_TedSid_loadToMem TedSid_loadToMem;
Undocumented in source.
TedSid_set3dAttenuation
da_TedSid_set3dAttenuation TedSid_set3dAttenuation;
Undocumented in source.
TedSid_set3dAttenuator
da_TedSid_set3dAttenuator TedSid_set3dAttenuator;
Undocumented in source.
TedSid_set3dColliderEx
da_TedSid_set3dColliderEx TedSid_set3dColliderEx;
Undocumented in source.
TedSid_set3dDistanceDelay
da_TedSid_set3dDistanceDelay TedSid_set3dDistanceDelay;
Undocumented in source.
TedSid_set3dDopplerFactor
da_TedSid_set3dDopplerFactor TedSid_set3dDopplerFactor;
Undocumented in source.
TedSid_set3dListenerRelative
da_TedSid_set3dListenerRelative TedSid_set3dListenerRelative;
Undocumented in source.
TedSid_set3dMinMaxDistance
da_TedSid_set3dMinMaxDistance TedSid_set3dMinMaxDistance;
Undocumented in source.
TedSid_setFilter
da_TedSid_setFilter TedSid_setFilter;
Undocumented in source.
TedSid_setInaudibleBehavior
da_TedSid_setInaudibleBehavior TedSid_setInaudibleBehavior;
Undocumented in source.
TedSid_setLoopPoint
da_TedSid_setLoopPoint TedSid_setLoopPoint;
Undocumented in source.
TedSid_setLooping
da_TedSid_setLooping TedSid_setLooping;
Undocumented in source.
TedSid_setVolume
da_TedSid_setVolume TedSid_setVolume;
Undocumented in source.
TedSid_stop
da_TedSid_stop TedSid_stop;
Undocumented in source.
Vic_create
da_Vic_create Vic_create;
Undocumented in source.
Vic_destroy
da_Vic_destroy Vic_destroy;
Undocumented in source.
Vic_getLoopPoint
da_Vic_getLoopPoint Vic_getLoopPoint;
Undocumented in source.
Vic_getModel
da_Vic_getModel Vic_getModel;
Undocumented in source.
Vic_getRegister
da_Vic_getRegister Vic_getRegister;
Undocumented in source.
Vic_set3dAttenuation
da_Vic_set3dAttenuation Vic_set3dAttenuation;
Undocumented in source.
Vic_set3dAttenuator
da_Vic_set3dAttenuator Vic_set3dAttenuator;
Undocumented in source.
Vic_set3dColliderEx
da_Vic_set3dColliderEx Vic_set3dColliderEx;
Undocumented in source.
Vic_set3dDistanceDelay
da_Vic_set3dDistanceDelay Vic_set3dDistanceDelay;
Undocumented in source.
Vic_set3dDopplerFactor
da_Vic_set3dDopplerFactor Vic_set3dDopplerFactor;
Undocumented in source.
Vic_set3dListenerRelative
da_Vic_set3dListenerRelative Vic_set3dListenerRelative;
Undocumented in source.
Vic_set3dMinMaxDistance
da_Vic_set3dMinMaxDistance Vic_set3dMinMaxDistance;
Undocumented in source.
Vic_setFilter
da_Vic_setFilter Vic_setFilter;
Undocumented in source.
Vic_setInaudibleBehavior
da_Vic_setInaudibleBehavior Vic_setInaudibleBehavior;
Undocumented in source.
Vic_setLoopPoint
da_Vic_setLoopPoint Vic_setLoopPoint;
Undocumented in source.
Vic_setLooping
da_Vic_setLooping Vic_setLooping;
Undocumented in source.
Vic_setModel
da_Vic_setModel Vic_setModel;
Undocumented in source.
Vic_setRegister
da_Vic_setRegister Vic_setRegister;
Undocumented in source.
Vic_setVolume
da_Vic_setVolume Vic_setVolume;
Undocumented in source.
Vic_stop
da_Vic_stop Vic_stop;
Undocumented in source.
Vizsn_create
da_Vizsn_create Vizsn_create;
Undocumented in source.
Vizsn_destroy
da_Vizsn_destroy Vizsn_destroy;
Undocumented in source.
Vizsn_getLoopPoint
da_Vizsn_getLoopPoint Vizsn_getLoopPoint;
Undocumented in source.
Vizsn_set3dAttenuation
da_Vizsn_set3dAttenuation Vizsn_set3dAttenuation;
Undocumented in source.
Vizsn_set3dAttenuator
da_Vizsn_set3dAttenuator Vizsn_set3dAttenuator;
Undocumented in source.
Vizsn_set3dColliderEx
da_Vizsn_set3dColliderEx Vizsn_set3dColliderEx;
Undocumented in source.
Vizsn_set3dDistanceDelay
da_Vizsn_set3dDistanceDelay Vizsn_set3dDistanceDelay;
Undocumented in source.
Vizsn_set3dDopplerFactor
da_Vizsn_set3dDopplerFactor Vizsn_set3dDopplerFactor;
Undocumented in source.
Vizsn_set3dListenerRelative
da_Vizsn_set3dListenerRelative Vizsn_set3dListenerRelative;
Undocumented in source.
Vizsn_set3dMinMaxDistance
da_Vizsn_set3dMinMaxDistance Vizsn_set3dMinMaxDistance;
Undocumented in source.
Vizsn_setFilter
da_Vizsn_setFilter Vizsn_setFilter;
Undocumented in source.
Vizsn_setInaudibleBehavior
da_Vizsn_setInaudibleBehavior Vizsn_setInaudibleBehavior;
Undocumented in source.
Vizsn_setLoopPoint
da_Vizsn_setLoopPoint Vizsn_setLoopPoint;
Undocumented in source.
Vizsn_setLooping
da_Vizsn_setLooping Vizsn_setLooping;
Undocumented in source.
Vizsn_setText
da_Vizsn_setText Vizsn_setText;
Undocumented in source.
Vizsn_setVolume
da_Vizsn_setVolume Vizsn_setVolume;
Undocumented in source.
Vizsn_stop
da_Vizsn_stop Vizsn_stop;
Undocumented in source.
WavStream_create
da_WavStream_create WavStream_create;
Undocumented in source.
WavStream_destroy
da_WavStream_destroy WavStream_destroy;
Undocumented in source.
WavStream_getLength
da_WavStream_getLength WavStream_getLength;
Undocumented in source.
WavStream_getLoopPoint
da_WavStream_getLoopPoint WavStream_getLoopPoint;
Undocumented in source.
WavStream_load
da_WavStream_load WavStream_load;
Undocumented in source.
WavStream_loadFile
da_WavStream_loadFile WavStream_loadFile;
Undocumented in source.
WavStream_loadFileToMem
da_WavStream_loadFileToMem WavStream_loadFileToMem;
Undocumented in source.
WavStream_loadMemEx
da_WavStream_loadMemEx WavStream_loadMemEx;
Undocumented in source.
WavStream_loadToMem
da_WavStream_loadToMem WavStream_loadToMem;
Undocumented in source.
WavStream_set3dAttenuation
da_WavStream_set3dAttenuation WavStream_set3dAttenuation;
Undocumented in source.
WavStream_set3dAttenuator
da_WavStream_set3dAttenuator WavStream_set3dAttenuator;
Undocumented in source.
WavStream_set3dColliderEx
da_WavStream_set3dColliderEx WavStream_set3dColliderEx;
Undocumented in source.
WavStream_set3dDistanceDelay
da_WavStream_set3dDistanceDelay WavStream_set3dDistanceDelay;
Undocumented in source.
WavStream_set3dDopplerFactor
da_WavStream_set3dDopplerFactor WavStream_set3dDopplerFactor;
Undocumented in source.
WavStream_set3dListenerRelative
da_WavStream_set3dListenerRelative WavStream_set3dListenerRelative;
Undocumented in source.
WavStream_set3dMinMaxDistance
da_WavStream_set3dMinMaxDistance WavStream_set3dMinMaxDistance;
Undocumented in source.
WavStream_setFilter
da_WavStream_setFilter WavStream_setFilter;
Undocumented in source.
WavStream_setInaudibleBehavior
da_WavStream_setInaudibleBehavior WavStream_setInaudibleBehavior;
Undocumented in source.
WavStream_setLoopPoint
da_WavStream_setLoopPoint WavStream_setLoopPoint;
Undocumented in source.
WavStream_setLooping
da_WavStream_setLooping WavStream_setLooping;
Undocumented in source.
WavStream_setVolume
da_WavStream_setVolume WavStream_setVolume;
Undocumented in source.
WavStream_stop
da_WavStream_stop WavStream_stop;
Undocumented in source.
Wav_create
da_Wav_create Wav_create;
Undocumented in source.
Wav_destroy
da_Wav_destroy Wav_destroy;
Undocumented in source.
Wav_getLength
da_Wav_getLength Wav_getLength;
Undocumented in source.
Wav_getLoopPoint
da_Wav_getLoopPoint Wav_getLoopPoint;
Undocumented in source.
Wav_load
da_Wav_load Wav_load;
Undocumented in source.
Wav_loadFile
da_Wav_loadFile Wav_loadFile;
Undocumented in source.
Wav_loadMemEx
da_Wav_loadMemEx Wav_loadMemEx;
Undocumented in source.
Wav_loadRawWave16Ex
da_Wav_loadRawWave16Ex Wav_loadRawWave16Ex;
Undocumented in source.
Wav_loadRawWave8Ex
da_Wav_loadRawWave8Ex Wav_loadRawWave8Ex;
Undocumented in source.
Wav_loadRawWaveEx
da_Wav_loadRawWaveEx Wav_loadRawWaveEx;
Undocumented in source.
Wav_set3dAttenuation
da_Wav_set3dAttenuation Wav_set3dAttenuation;
Undocumented in source.
Wav_set3dAttenuator
da_Wav_set3dAttenuator Wav_set3dAttenuator;
Undocumented in source.
Wav_set3dColliderEx
da_Wav_set3dColliderEx Wav_set3dColliderEx;
Undocumented in source.
Wav_set3dDistanceDelay
da_Wav_set3dDistanceDelay Wav_set3dDistanceDelay;
Undocumented in source.
Wav_set3dDopplerFactor
da_Wav_set3dDopplerFactor Wav_set3dDopplerFactor;
Undocumented in source.
Wav_set3dListenerRelative
da_Wav_set3dListenerRelative Wav_set3dListenerRelative;
Undocumented in source.
Wav_set3dMinMaxDistance
da_Wav_set3dMinMaxDistance Wav_set3dMinMaxDistance;
Undocumented in source.
Wav_setFilter
da_Wav_setFilter Wav_setFilter;
Undocumented in source.
Wav_setInaudibleBehavior
da_Wav_setInaudibleBehavior Wav_setInaudibleBehavior;
Undocumented in source.
Wav_setLoopPoint
da_Wav_setLoopPoint Wav_setLoopPoint;
Undocumented in source.
Wav_setLooping
da_Wav_setLooping Wav_setLooping;
Undocumented in source.
Wav_setVolume
da_Wav_setVolume Wav_setVolume;
Undocumented in source.
Wav_stop
da_Wav_stop Wav_stop;
Undocumented in source.
WaveShaperFilter_create
da_WaveShaperFilter_create WaveShaperFilter_create;
Undocumented in source.
WaveShaperFilter_destroy
da_WaveShaperFilter_destroy WaveShaperFilter_destroy;
Undocumented in source.
WaveShaperFilter_setParamsEx
da_WaveShaperFilter_setParamsEx WaveShaperFilter_setParamsEx;
Undocumented in source.

Meta