You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#Cordova Native Audio Plugin
1
+
#Cordova Native Audio Plugin
2
2
3
3
Cordova / PhoneGap 3.5+ extension for Native Audio playback, aimed at HTML5 gaming and audio applications which require minimum latency, polyphony and concurrency.
4
4
@@ -49,17 +49,17 @@ Via Cordova CLI:
49
49
cordova plugin add cordova-plugin-nativeaudio
50
50
```
51
51
52
-
##Usage
52
+
##Usage
53
53
54
54
55
55
1. Wait for `deviceReady`.
56
56
1. Preload an audio asset and assign an id - either optimized for single-shot style short clips (`preloadSimple()`) or looping, ambient background audio (`preloadComplex()`)
0 commit comments