cordova-plugin-nativeaudio icon indicating copy to clipboard operation
cordova-plugin-nativeaudio copied to clipboard

The low latency audio plugin is designed to enable low latency and polyphonic audio from Cordova/PhoneGap applications, using a very simple and basic API.

Results 102 cordova-plugin-nativeaudio issues
Sort by recently updated
recently updated
newest added

I am creating about 20 sound effect assets and playing them with preloadSimple(id, path, success, error). This plugin has worked perfectly for me up until yesterday. While I have made...

I have three android phones and two iphones, nativeaudio plugin works well on one android(4.2.2) and all iphone. there are two android(4.4.4, 4.2.1) can't hear anything. I digged internet for...

Hi, Has this project been abandoned? Looks like the last update was two years ago. Wondering if someone has used it for android 7 and 8.

Hi, this is a great awesome plugin! There is a small issue on iOS. The silent switch (on iPhone) has no functions. The sound is still on. Just the volume...

Hi, I tried playing this file which I have downloaded using native file transfer plugin but it seems to append www/ in front to the url and it raises an...

Hi, I used this plugin on my project . Android is okey but ios has problem. Xcode console like this; 2018-10-14 07:18:18.132381+0300 Appname[55053:1869587] *** Terminating app due to uncaught exception...

can't play audio files from user library . any solution for this ?

I was wondering if there is possibility to use audios outside of www folder, which would be very helpful.

Hi Guys, help us please. I have one problem when I use this plugin: **I can not play one and the same mp3 parallel and at the same time.** Maybe...

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 +...