analysernode
There are 3 repositories under analysernode topic.
YuAo/AudioPrism
AudioPrism implements the `AnalyserNode` functionality defined in the Web Audio API.
jordanwhunter/guitar-amp
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.
saji37/sound-meter
Sound meter that will get the audio level generated by the system mic.