loopify icon indicating copy to clipboard operation
loopify copied to clipboard

Seamless looping with the WebAudioAPI.

Results 6 loopify issues
Sort by recently updated
recently updated
newest added

When running from a local directory, I am getting the following error: XMLHttpRequest cannot load file:///Users/Owner/Desktop/loopify-master-2/test.wav due to access control checks.

Added Rate (velocity) and Gain (volume) support.

I'm trying to autoplay and loop a sound file. This is my code: ``` loopify("audio/hello-audio-looped.wav",ready); function ready(err,loop){ if (err) { console.warn(err); } loop.play(); } ``` It works fine on Firefox...