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

Hi, I have forked this plugin and made some changes so I can change the music category on iOS using javascript It's not the best solution so if someone know...

``` >cordova -v 6.5.0 >cordova plugin add cordova-plugin-nativeaudio Fetching plugin "cordova-plugin-nativeaudio" via npm Error: Invalid character in entity name Line: 8 Column: 54 Char: /Users/pbrack/dev/paystumped/paystumped: ```

The Mute button (on the phone side) is not working with the background music (preloadComplex) with an iPhone 6s+ (os: 10.2.1) using the latest npm plugin version: 3.0.9 The music...

Is it possible to duck other sounds when playing a task audio or pop audio if I change this code the sound is ducked but it's not restored to the...

I installed xapkreader plugin (github.com/agamemnus/cordova-plugin-xapkreader). so tag works fine. But when I tried to play with this plugin. I got FileNotFound error. var url = "content://com.flinklearning.marshalladult.expansion/common/Languages/English/LoginHelp/help_team.mp3"; window.plugins.NativeAudio.preloadSimple( 'click', url, function(msg){...

Is there any way to test if an asset has already been loaded on device before doing a preloadComplex? Cordova on iOS/Android

Hi! `stop()` function works buggy for me on Android 6.0.1: when I call it, it starts playing sound from the beginning, plays in for about 1-2 seconds and stops it....

I've noticed that the volume level this plugin uses is based on the ringer volume and not the audio volume in iOS 8. So when I press the volume up/down...