JavaScript Marathon
Web Audio API
There are many ways to interact with the user in a web application. You could render data to the DOM, or even render 3D visuals using WebGL and the canvas element.
This repo shows a simple example of how to manipulate the Web Audio API to create sounds using the browser's built in synthesizer.
Stack
- NextJS
- TypeScript
- ESLint/Prettier
- TailwindCSS
Important Links
- Repo
- Deployment
- VanillaJS Keyboard Example from MDN