Questions tagged [audiolet]

A JavaScript library for real-time audio synthesis and composition from within the browser

1 questions
38
votes
1 answer

What's wrong with this simple FM synth design?

I'm trying to implement some features of a Yamaha YM3812 sound chip (aka OPL2 http://en.wikipedia.org/wiki/YM3812) in JavaScript using Audiolet (a synthesis library, http://oampo.github.io/Audiolet/api.html) Audiolet allows you to build a…