joshstovall / oscillosco.pe

WebAudio oscilloscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oscilloscope.js 📟

Oscilloscope.js

Audio visualization for JavaScript. Render audio/visual data to a HTML <canvas>

Try the live demo.

Features

  • various audio/visual modes (oscilloscope, frequency bars, spectrogram, XY)
  • change colors
  • change thickness
  • change framerate

Use

var options = {
	at: "container",
	type: "oscilloscope",
	thickness: 5,
	id: "theOsc",
	color: "#39FF14",
	background: "#303030",
	fade: 1,
	fftSize: 2048
};

var myOscilloscope = new Oscilloscope(options);

Contributing

Any contributions you make are greatly appreciated. Any bugs and change requests are to be reported on the issues tab. If you don't like coding, you can contribute by becoming a sponsor.

GitHub Sponsors Patreon Square Venmo PayPal

Questions?

Please write to contact@instrument.bible or visit instrument.bible.

Discord Twitter YouTube Facebook LinkedIn Instagram

About

WebAudio oscilloscope

License:MIT License


Languages

Language:JavaScript 66.2%Language:CSS 17.0%Language:HTML 16.8%