Repository navigation

#

audionode

Library using WebAudioAPI to analyse BPM from files, audionodes. It's also able to compute BPM from streams as well as realtime using a microphone. This tool might be useful for music producers and DJs or anybody that wants to get BPM from any music source.

TypeScript
244
8 个月前

An experimental, JSX-compatible renderer for the Web Audio API

JavaScript
182
2 年前

This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.

JavaScript
165
5 个月前

Web Audio API AudioNode Suite

TypeScript
16
7 个月前

🎵 Connect Audio Graph Nodes start with Oscillators ➰ Web Audio API 〰️ Synthesizer 🎹

TypeScript
15
5 年前

This guitar amp emulator web application uses an AudioNode interface for processing audio modulation. Simply plug your guitar into a correlating input, allow permissions for the app to access machine's audio, and begin playing! BiquadFilterNode implementation allows for equalizing treble, mid and bass frequencies, and GainNode integration acts as a volume control. Canvas, working in tandem with the AnalyserNode interface, provides a visualizer for sound waves when instrument is connected and outputting audio.

JavaScript
2
4 年前

Sample code from my presentation on the Web Audio API. It was presented at Belmont University for the Nashville Music Programmers Group on 2-27-2017.

JavaScript
2
8 个月前