This is a simple Vue.js web app to demonstrate the basics of oscillators using the Web Audio API (MDN).
- Node v14 (Current LTS)
npm run dev
By default the app should be available on http://localhost:3000/.
Note: Be sure to access the app via the localhost url and not any of the direct IP addresses. The Web Audio API requires a secure environment (HTTPS) to run but localhost
is also considered secure while something like http://127.0.0.1:3000
or http://192.168.0.10:3000
is not.
Thanks goes to these wonderful people (emoji key):
Dylan Gore 💻 🤔 |
Jack Power 🤔 |
Adam Cotter 🤔 |
Max Larkin 🤔 |
Robert Solomon 🤔 |
Jun-Shuo Ng 🤔 |
Ashraf Mustafa 🤔 |
Ewan Hills 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!