sound_effect 0.1.0
sound_effect: ^0.1.0 copied to clipboard
Play short audio clips with the lowest latency.
0.1.0 #
- Allow playing multiple sounds at the same time, with the
maxStreams
parameter ininitialize
. - Run iOS platform side handlers in a background thread.
0.0.2 #
- Make sure the sound is loaded when
load
's Future is resolved on Android.
0.0.1 #
Initial release:
- Added
load
function to load a sound file from a path - Added
play
function to play a sound