Lesson goal: Play a chirp

Previous: Play a sine sum | Home | Next: Make a 3D-printable XY-graph

A "chirp" in sound lingo is a sound that has a continually increasing frequency. As an example, suppose we started playing a 1000 Hz sound, then smoothly increase it to 1001, 1002, 1003, etc. What would it sound like?

We have a function called play_chirp() that allow you to generate a chirp.
play_chirp(start,end,duration,delay)
Move the mouse over a dotted box for more information.

Now you try. See what cool sounds you can create by playing chirps!

Type your code here:


See your results here: