Go to the source code of this file.
Namespaces | |
test | |
Functions | |
def | test.sleep (t) |
Variables | |
test.anonymous | |
test.s1 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY) | |
test.s2 = soundhandle.waveSound("say-beep.wav") | |
test.s3 = soundhandle.voiceSound("Testing the new A P I") | |
test.s4 = soundhandle.builtinSound(SoundRequest.NEEDS_UNPLUGGING_BADLY, 0.3) | |
test.s5 = soundhandle.waveSound("say-beep.wav", 0.3) | |
test.s6 = soundhandle.voiceSound("Testing the new A P I", 0.3) | |
test.soundhandle = SoundClient() | |