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 have a mp3 which is about 3 minutes long (size 2MB) and I get this error from xcode: 10:22:11.042 WARNING: [0x40081000] 998: Failure to setup sound, err = -50...

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

Hi! I have an array with some .mp3's id, for example: $scope.list = ['bass', 'bass', 'bongo']; And I want to play that sequence with a general form. I tried a...

I'm trying to get my App to play short sounds without interrupting the native audio player (if the user if playing music). The only way I can get this to...

I installed cordova-plugin-nativeaudio, but get this error when building: Module '"/node_modules/ionic-native/dist/index"' has no exported member 'NativeAudio'. Also the in /node_modules/ionic-native/dist/plugins no nativeaudio.js file

I've upgraded cordova to version 6.0.0. When I add the cordova-plugin-nativeaudio plugin to my project, and build it (cordova build ios), the following warning appears: ``` /Users/arjan/Development/cordova/Test.dev/platforms/ios/Test/Plugins/cordova-plugin-nativeaudio/NativeAudio.m:32:5: warning: 'AudioSessionInitialize' is...

I'm trying to play 7 sounds of 8 seconds at the same time. The timing has to be perfect. If I use "preloadSimple" (which use a lower-level native APIs) it...

Hi, I noticed that the sound stops to play when the phone goes in standby mode, or also when - on android - the home button is pressed. Is it...

Hello, Is there a way to mute app sounds during an incoming phone call? Thanks, Anurag