IonDen / ion.sound

JavaScript plugin for playing sounds and music in browsers
http://ionden.com/a/plugins/ion.sound/en.html
MIT License
711 stars 154 forks source link

Frequency modulation (FM) #75

Open MichaelZP opened 8 years ago

MichaelZP commented 8 years ago

How to modulate one waveform/track with another to achieve FM(Freq. Modulation)?

IonDen commented 8 years ago

Hi, goal of plugin - simple API for sounds playback. You can't do really complex stuff. To do this, you should work directly with WebAudio API.

P.S. Maybe in some future updates i will think about adding some features like FM.