Skip to content

Instantly share code, notes, and snippets.

@robomojo
Created December 2, 2013 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robomojo/7746142 to your computer and use it in GitHub Desktop.
Save robomojo/7746142 to your computer and use it in GitHub Desktop.
example using pyfmodex
import pyfmodex
system = pyfmodex.System()
system.init()
sound = system.create_sound('audio.wav')
channel = sound.play(paused=True)
channel.frequency=9000
channel.paused=False
channel.frequency=4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment