--- title: "Making an Audio Scope with P5.js" date: 2022-08-18T20:48:37-07:00 draft: false categories: ["Tech"] tags: ["P5.js", "Programming", "Web", "Art"] resources: - src: sketch.js params: is_module: false --- {{< audio id="amen" mp3="amen.mp3" >}} This is a quick write-up to share with y'all a small project I've been working on using [P5.js][p5] and [Web Audio][webaudio] to implement some audio visualizations. By the end, we'll have something like this: {{< figures/p5 id="oscilloscopeFinal" bordered=1 >}} ## Embedding an Audio File HTML has the ability to [embed audio][mdn-audio-tag] in a page with the `