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 using Ionic with this plugin. The below code works on an iPhone 6 emulator running iOS 9.2 and an actual android device. But when I run it on...

Could you please add feature of pausing background audio (for example music) on moment of sound play and then continuing music play. as per : http://stackoverflow.com/questions/9476698/background-audio-doesnt-resume-after-a-call or some functionality to...

Hi, Currently this plugin only plays local files. Is it possible to adjust it to be able to play remote files (http://mydomain.com/file.mp3)? Thanks a bunch, Eddy

cordova plugin add cordova plugin add https://github.com/floatinghotpot/cordova-plugin-lowlatencyaudio.git Fetching plugin "cordova" via npm Error: Cannot find plugin.xml for plugin 'package'. Please try adding it again.

If I loop a song using `preloadComplex` and `loop` methods, everything works fine as long as I do not stop the music. But if I stop the music (without unloading...

> By default, there is 1 vice, that is: one instance that will be stopped & restarted on play(). If there are multiple voices (number greater than 0), it will...

Hi there, I'm trying to loop a short sound (mp3 about 45kb) using exactly the [Example Code](https://github.com/floatinghotpot/cordova-plugin-nativeaudio#example-code), but between each iteration there's a little gap. I'm getting the same result...

I have my preload code in in an event listener in Ionic so that it loads even if the template is cached: ``` js $scope.$on("$ionicVew.beforeEnter", function () { try {...

Nodejs 5.0 requires cordova 5.4.0. So I just update cordova to 5.4.0 and reinstall (rm and then add) this plugin. It reports: The module "ConfigParser" has been factored into "cordova-common"....

I have a pop sound in my game that occurs very often. After about 1000 pops (I don't know the actual number), the pop started to sound very loud and...