We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4889789 + 76d285d commit 72fac9cCopy full SHA for 72fac9c
1 file changed
README.md
@@ -139,6 +139,12 @@ HXSound.engines(2); // Specifies the number of sound engines (2
139
HXSound.enable(true); // Enables/disables sound playback.
140
```
141
142
+#### Re-Initialize Sound:
143
+
144
+```
145
+HXSound.reinitialize(); // Manual re-initialization of sound engines. Only for Android API 9 - 10.
146
147
148
#### Clear Sound:
149
150
0 commit comments