CPT431 Fall 2015

Music and Audio Computing

Web Audio Lecture #2

Example1: waveform and spectrum visualization

This shows waveform and spectrum drawn with the canvas element and analyser node.

References on the visualization


Example2: visualization using microphone input

This example uses microphone as audio input and shows the waveform and spectrum in real-time.

Reference on using microphone as audio input (and using camera too)