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

This pull request fixes this [issue](https://github.com/floatinghotpot/cordova-plugin-nativeaudio/issues/150). Cordova 8.0 Ionic 3.20.0 Chrome/Safari

My fork is a collection based upon the commits of others, as well as some fixes of mine. These are: - Use the correct sound stream ID when playing sound...

I tracked down the root cause of the problem: The unload method in NativeAudio.m unloads the asset and removes the audio id from the mapping in this line: `[audioMapping removeObjectForKey:...

Excuse me, Mr. @floatinghotpot . I use your plugin to play or stop audio files in [my game project](https://play.google.com/store/apps/details?id=id.champsosis.zoogamescard). Almost users who installed that game get `ConcurrentModificationException`. This is one...

I am getting an error: "(NATIVE AUDIO) Asset reference already exists." The problem is I am getting this when loading the first sound. No other sounds were loaded beforehand. IOS...

This code (executed in app.component.ts (as a provider) in platform.ready method.) ```ts this.audio.preloadSimple('test', 'assets/snds/test.wav').then(() => { console.log('Sound "test.wav" successfully loaded.'); }).catch(() => { console.log('Sound "test.wav" loading failed.'); }); ``` prints:...

When we try loading a sound using PreloadComplex we get and Asset not loaded error. The sound we are loading exists in the Library folder and we are testing on...

Tried to install using `ionic cordova plugin add cordova-plugin-nativeaudio`. Always getting this `Error: Cannot find module 'simple-plist'` .

Hi.I got a crash log in google play: java.lang.NullPointerException: (Attempt to invoke virtual method 'android.os.Message android.os.Handler.obtainMessage(int)' on a null object reference) at android.media.SubtitleController.selectDefaultTrack (SubtitleController.java:266) at android.media.MediaPlayer.scanInternalSubtitleTracks (MediaPlayer.java:2485) at android.media.MediaPlayer.prepare (MediaPlayer.java:1184)...

Hi there I recently updated my Galaxy Tab with the latest version of Android and all the audio in my app (which was previously working before the update) now does...