BryanWilhite / nodejs

my collection of self-educational samples on the Node.js® stack
0 stars 0 forks source link

walk through “Making an Audio Waveform Visualizer with Vanilla JavaScript” #149

Open BryanWilhite opened 1 year ago

BryanWilhite commented 1 year ago

🔗 https://css-tricks.com/making-an-audio-waveform-visualizer-with-vanilla-javascript/

Over the past nine years, the W3C (the folks who help maintain web standards) have developed the Web Audio API to help web developers work with audio. The Web Audio API is a very deep topic; we’ll hardly crack the surface in this essay. But it all starts with something called the AudioContext.

—“How can a web page read an mp3?