Skip to content

joshstovall/oscillosco.pe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 [email protected] or visit instrument.bible.

Discord Twitter YouTube Facebook LinkedIn Instagram

About

WebAudio oscilloscope

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published