Skip to content

instrumentbible/oscilloscope.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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