@capgo/native-audio 6.3.2 → 6.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@
34
34
  # Capacitor Native Audio Plugin
35
35
 
36
36
  Capacitor plugin for native audio engine.
37
- Capacitor V5 - ✅ Support!
37
+ Capacitor V6 - ✅ Support!
38
38
 
39
39
  Click on video to see example 💥
40
40
 
@@ -114,7 +114,7 @@ import {NativeAudio} from '@capgo/native-audio'
114
114
 
115
115
  /**
116
116
  * This method will load more optimized audio files for background into memory.
117
- * @param assetPath - relative path of the file or absolute url (file://)
117
+ * @param assetPath - relative path of the file or absolute url (file://) or remote URL (https://)
118
118
  * assetId - unique identifier of the file
119
119
  * audioChannelNum - number of audio channels
120
120
  * isUrl - pass true if assetPath is a `file://` url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.3.2",
3
+ "version": "6.3.4",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",