@todo - Still need to rewrite the demos, but it works a lot like swmixer did: import PyAudioMixer as pam import time mixer = pam.Mixer() mixer.start() snd = pam.Sound("test1.wave") snd.play() time.sleep(2) Except now, you can have multiple mixers... ...