Skip to content

Commit 72fac9c

Browse files
committed
Merge branch 'master' of github.com:huhx0015/HXAudioPlayer
2 parents 4889789 + 76d285d commit 72fac9c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ HXSound.engines(2); // Specifies the number of sound engines (2
139139
HXSound.enable(true); // Enables/disables sound playback.
140140
```
141141

142+
#### Re-Initialize Sound:
143+
144+
```
145+
HXSound.reinitialize(); // Manual re-initialization of sound engines. Only for Android API 9 - 10.
146+
```
147+
142148
#### Clear Sound:
143149

144150
```

0 commit comments

Comments
 (0)