__init__ def __init__(self, audio_manager, listener_target=None, root=None, taskPriority=51) Undocumented function. |
attachListener def attachListener(self, object) Undocumented function. |
attachSoundToObject def attachSoundToObject(self, sound, object) Undocumented function. |
detachListener def detachListener(self) Undocumented function. |
detachSound def detachSound(self, sound) Undocumented function. |
getDistanceFactor def getDistanceFactor(self) Undocumented function. |
getDopplerFactor def getDopplerFactor(self) Undocumented function. |
getDropOffFactor def getDropOffFactor(self) Undocumented function. |
getListenerVelocity def getListenerVelocity(self) Undocumented function. |
getSoundMaxDistance def getSoundMaxDistance(self, sound) Undocumented function. |
getSoundMinDistance def getSoundMinDistance(self, sound) Undocumented function. |
getSoundsOnObject def getSoundsOnObject(self, object) Undocumented function. |
getSoundVelocity def getSoundVelocity(self, sound) Undocumented function. |
loadSfx def loadSfx(self, name) Undocumented function. |
setDistanceFactor def setDistanceFactor(self, factor) Undocumented function. |
setDopplerFactor def setDopplerFactor(self, factor) Undocumented function. |
setDropOffFactor def setDropOffFactor(self, factor) Undocumented function. |
setListenerVelocity def setListenerVelocity(self, velocity) Undocumented function. |
setListenerVelocityAuto def setListenerVelocityAuto(self) Undocumented function. |
setSoundMaxDistance def setSoundMaxDistance(self, sound, dist) Undocumented function. |
setSoundMinDistance def setSoundMinDistance(self, sound, dist) Undocumented function. |
setSoundVelocity def setSoundVelocity(self, sound, velocity) Undocumented function. |
setSoundVelocityAuto def setSoundVelocityAuto(self, sound) Undocumented function. |
update def update(self, task=None) Undocumented function. |