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

In Ionic Native audio [plugin ](https://ionicframework.com/docs/native/native-audio/) The callback methot when a file is done playing not working ``` playAvecIonNative() { this.nativeAudio.preloadComplex('id', 'assets/audio/mw1.ogg', 1, 1, 0) .then(this.onSuccessPreloading, this.onErrorPreload); } onSuccessPreloading =...

I'm using capacitorjs, the only www folder I can found in the whole project is 'src-capacitor/www'. But its not work. So where should I put my audio files?

I am attempting to use this plugin in an Angular 1/Ionic 1 project but I am receiving the error message that "A reference does not exist for the specified audio...

Is it to possible to update plugin for remove hardcoded `www` in `NativeAudio.java` ```java ... int voices; if (data.length()

I used "preloadSimple" to load a 8 seconds sound, play it then loop it. The "play" and "loop" functions works well. But when I'm trying to set the volume using...

Hello, I have a problem: play() has different volume levels with different decibels, indeed his volume is lower during video playing in background. Has anyone had the same problem? ![image](https://user-images.githubusercontent.com/39514728/115567147-3a8f8380-a2bb-11eb-81d1-aaf785badf0c.png)...

Changed "vice" to "voice"

Does this plugin need the following permission?

I don't have any problem with this module on dev / internal test phase. I create a .aab file, I test it with Google Play store internal sharing, everithing is...

I tried to get this plugin to work as it was listed on Ionic's website. I fixed the file path issue in Android and files were loaded but never played...