template | thumbnail |
---|---|
true |
./thumbnail.png |
This template allow you to put any number of audio elements onto your page and analyse them in realtime using the meyda library.
- something to listen to your audio like headphones maybe?
- Meyda.js but a frozen version (5.6) is prodived within the template
Any solution which let's you run a small webserver will do, such as :
- a "live server" extension for your editor
- copying this project inside of the "HTML, CSS, & JS" template of replit.com (or codepen, or codesandbox, etc...)
- a small webserver (like express, flask, cowboy, etc...)
No code for visualising the collected data as been provided in order to make the code lighter. Just open the devtools (F12) when you are on the page.
- the audios present on the page are defined in
index.html
and stored inside ofassets/audio
. - the main code is inside of
script.js
- https://meyda.js.org/
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API (really not necessary but it has plenty of super interesting infos for advanced builders)