Created
July 18, 2011 11:53
-
-
Save KyeRussell/1089291 to your computer and use it in GitHub Desktop.
Dubstep Algorithm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import audio | |
fh = read('wub.wav') | |
ao = audio.AudioPlayer() | |
while True: | |
ao.play_stream(read(fh), audio.format.waveform) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment