triceam / LowLatencyAudio

47 stars 25 forks source link

Remote Audio #3

Open wuuster opened 10 years ago

wuuster commented 10 years ago

I've successfully setup the plugin, preload the audio, and play the audio on-button click. But I've come to realize that your plugin may not support remote audio (which is crucial for my project.

LowLatencyAudio.preloadAudio('id', 'http://www.url.com/test.mp3', 1);

Am I right that this plugin is for locally stored files only