maxStreams
parameter added to the constructor (Android only feature) (thanks to niusounds)
- Methods for immediate playback after loading
- Documentation update
- Android bugs fixed
- Upgrade Android Gradle plugin
- New methods for controlling audio stream:
- stop
- pause
- resume
- Fixed iOS problem with
repeat
parameter not working on the firstplay()
call - Stream handling wrapper API
- Fix type cast error in play() (thanks to SpencerCornish)
- Breaking change
- Multiple soundpools support
- Audio stream type may be defined for Soundpool to use (Android only)
- Every sound loaded for the Soundpool is played on the audio stream Soundpool instace was created with
- Fix Android app crashing when URI is not reachable
- Load sound files from URI
- Fix
setVolume()
andrelease()
never finishing
- Initial release.
- Loading sound files from assets.
- Playing, stopping and pausing streams.
- Releasing resources.
- Works on Android and iOS.