IonDen / ion.sound

JavaScript plugin for playing sounds and music in browsers

Home Page:http://ionden.com/a/plugins/ion.sound/en.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for pitch?

ProGM opened this issue · comments

I think it can be done easily in WebAudio API using playbackRate.

https://webaudio.github.io/web-audio-api/#widl-AudioBufferSourceNode-playbackRate

Not sure for other contexts...

Hi, good idea for future updates.