We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dd0b9 commit 76d285dCopy full SHA for 76d285d
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