@capgo/native-audio 7.9.10 → 7.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -308,8 +308,6 @@ public class RemoteAudioAsset extends AudioAsset {
308
308
  );
309
309
  }
310
310
 
311
- @Override
312
- public void unload() throws Exception {
313
311
  @Override
314
312
  public void unload() throws Exception {
315
313
  if (Looper.myLooper() == Looper.getMainLooper()) {
@@ -353,7 +351,6 @@ public class RemoteAudioAsset extends AudioAsset {
353
351
  Thread.currentThread().interrupt();
354
352
  }
355
353
  }
356
- }
357
354
 
358
355
  @Override
359
356
  public void setVolume(final float volume) throws Exception {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "7.9.10",
3
+ "version": "7.9.11",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "license": "MPL-2.0",
6
6
  "main": "dist/plugin.cjs.js",