createAudio() creates an audio player. This example displays the player’s controls and adjusts its speed. The playback speed is normal when the mouse is on the left edge of the window, and it gets faster as the mouse moves to the right. More information on using media elements such as audio players is on the p5.MediaElement reference page. The audio file is a public domain piano loop by Josef Pres.
Related Examples

No alt text
Words
Load fonts and draw text.

No alt text
Copy Image Data
Paint from an image file onto the canvas.

No alt text
Alpha Mask
Use one image to cut out a section of another image.

No alt text
Image Transparency
Make an image translucent on the canvas.

No alt text
Audio Player
Create a player for an audio file.

No alt text
Video Player
Create a player for a video file.

No alt text
Video on Canvas
Display and stylize a video on the canvas.

No alt text
Video Capture
Display a live video feed from a camera.