Functions | |
def | play_blocking () |
def | play_explicit () |
def | play_nonblocking () |
Variables | |
anonymous | |
Simple example showing how to use the SoundClient provided by libsoundplay, in blocking, non-blocking, and explicit usage.
def soundclient_example.play_blocking | ( | ) |
Play various sounds, blocking until each is completed before going to the next.
Definition at line 37 of file soundclient_example.py.
def soundclient_example.play_explicit | ( | ) |
Definition at line 13 of file soundclient_example.py.
def soundclient_example.play_nonblocking | ( | ) |
Play the same sounds with manual pauses between them.
Definition at line 58 of file soundclient_example.py.
soundclient_example.anonymous |
Definition at line 87 of file soundclient_example.py.