Skip to content

A JavaScript Class with a simply Synthesizer to use with projects where needs use Web Audio API. Ready to fork :)

Notifications You must be signed in to change notification settings

deivthings/EaSynthesizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

EaSynthesizer

A JavaScript class with a very simple synthesizer using Web Audio API. Work in progress . . .

How to use

import EaSynthesizer from "@/util/audio/EaSynthesizer.js";
const mySynth = new EaSynthesizer("triangle");
mySynth.playTone("C3");

To do

  • Json with a list of presets
  • ...

About

A JavaScript Class with a simply Synthesizer to use with projects where needs use Web Audio API. Ready to fork :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published