Crunchy Frog Sound Test

Here's an Editor box, try running the code supplied - you should hear some sounds:

from src.soundout import *
s = Song()
s.append_notes(yesterday)
s.play()

Back to the test index