You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I load my files using:
window.plugins.NativeAudio.preloadSimple(url, prefix + url, successFunction, failFunction);
It loads find, but sound does not play.
If I load my files using:
window.plugins.NativeAudio.preloadComplex( url, prefix + url, 100, 1, 0, successFunction, failFunction );
Sounds plays fine.
The text was updated successfully, but these errors were encountered:
If I load my files using:
window.plugins.NativeAudio.preloadSimple(url, prefix + url, successFunction, failFunction);
It loads find, but sound does not play.
If I load my files using:
window.plugins.NativeAudio.preloadComplex( url, prefix + url, 100, 1, 0, successFunction, failFunction );
Sounds plays fine.
The text was updated successfully, but these errors were encountered: