The Wayback Machine - https://web.archive.org/web/20220325055616/https://github.com/topics/web-audio-api
Here are
235 public repositories
matching this topic...
A platform for playing generative music in the browser.
Updated
Feb 13, 2021
JavaScript
JavaScript plugin for playing sounds and music in browsers
Updated
Mar 6, 2020
JavaScript
MIDI library for Node.js and web-browsers
Updated
Mar 2, 2022
JavaScript
Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs
Updated
Feb 12, 2022
JavaScript
A lovely interactive music generator
Updated
Feb 26, 2022
JavaScript
🔊 Polyfill AudioWorklet using the legacy ScriptProcessor API.
Updated
May 16, 2021
JavaScript
An experimental, JSX-compatible renderer for the Web Audio API
Updated
Aug 23, 2021
JavaScript
A small example React app that listens to the microphone and visualises the audio
Updated
Mar 9, 2022
JavaScript
Animated music editor in Clojurescript/re-frame
Updated
Dec 17, 2021
JavaScript
An experimental synthesizer built using the Web Audio API (PWA).
Updated
Feb 20, 2016
JavaScript
A javascript library to create audio effects using the web-audio-api
Updated
Mar 15, 2017
TypeScript
🌐 Superpowered Web Audio JavaScript and WebAssembly SDK for modern web browsers. Allows developers to implement low-latency interactive audio features into web sites and web apps with a friendly Javascript API.
https://superpowered.com
Updated
Feb 14, 2022
JavaScript
A Web Audio and canvas experiment
Updated
Mar 24, 2022
TypeScript
A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.
Updated
Jul 26, 2021
JavaScript
An audio mixer built using Web Audio API
Updated
Mar 17, 2021
JavaScript
A highly customizable oscilloscope for Web Audio 🔈 🎤
Updated
Feb 13, 2022
JavaScript
Updated
Dec 20, 2017
TypeScript
strictly unofficial polyfill for Web Audio API AudioWorklet
Updated
May 6, 2020
JavaScript
Generative Audio Playground
Updated
Jun 23, 2020
JavaScript
Skips silent parts in videos in real time (browser extension)
Updated
Feb 8, 2022
TypeScript
A drum machine. Made with Vue and the WebAudio API.
Find your name in a field of letters (kids game)
Updated
Dec 11, 2020
TypeScript
Digitally disintegrating music
Updated
Feb 26, 2022
JavaScript
An Ember addon that makes working with the Web Audio API super EZ.
Updated
Apr 23, 2019
JavaScript
Updated
Mar 24, 2022
JavaScript
smooth fading in webaudio
Updated
Jul 6, 2020
JavaScript
Updated
Mar 14, 2017
JavaScript
A small javascript plugin to create an oscilloscope of an audio-context
Updated
May 12, 2016
JavaScript
Updated
Feb 27, 2022
TypeScript
Improve this page
Add a description, image, and links to the
web-audio-api
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
web-audio-api
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We aim to have an example usage per audio node type, and all methods documented.
Check e.g. DelayNode for a decent top level doc and example usage: https://docs.rs/web-audio-api/latest/web_audio_api/node/struct.DelayNode.html
Notice we currently have no documentation and examples for the DelayNode methods. In this case, I think the top level example suffices but we should document the methods.