SoundInterval

Inheritance:

Methods of SoundInterval:

__init__
def __init__(self, sound, loop=0, duration=0.0, name=None, volume=1.0, startTime=0.0, node=None, seamlessLoop=True, listenerNode=None, cutOff=None)

__init__(sound, loop, name)

finish
def finish(self, *args, **kArgs)

Undocumented function.

loop
def loop(self, startT=0.0, endT=-1.0, playRate=1.0, stagger=False)

Undocumented function.

privFinalize
def privFinalize(self)

Undocumented function.

privInitialize
def privInitialize(self, t)

Undocumented function.

privInterrupt
def privInterrupt(self)

Undocumented function.

privStep
def privStep(self, t)

Undocumented function.