minisound 2.0.1 minisound: ^2.0.1 copied to clipboard
A high-level real-time audio playback library based on Miniaudio.
Change Log #
2.0.1 #
Fix strange bugs on specific audio formats on the web.
Make Sound
sub- and classes extendable from outside.
2.0.0 #
Recording and generation API got rewritten. Changes how automatic sound unloading works.
1.6.0 #
Fixed.
1.5.1 (broken) #
Temporary patch. Appears to be broken.
1.5.0 #
Adds Recorder. Adds Generator. Adds tests. Refactored Example to show new uses.
1.4.1 #
Added limit on negative loop delay.
1.4.0 #
Added an ability to add delay between loops. Changed behavoiur when playing sound while already playing: stops and starts again instead of doing nothing.
1.3.8 #
1.3.7 #
Added needed dependency for flutter_web_plugins
.
1.3.6 #
Changed dependencies for newer minisound_platform_intergace
, minisound_ffi
, minisound_web
.
Fixed readme.
1.3.4 #
Changed dependencies for newer minisound_platform_intergace
, minisound_ffi
, minisound_web
.
Fixed readme.
1.3.2 #
Changed dependencies for newer minisound_platform_intergace
, minisound_ffi
, minisound_web
.
1.3.1 #
Fixed readme.
1.3.0 #
Slightly changed error messages.
Added looping feature.
Volume now can exceed 1
(needs proper testing on different platforms).
1.2.0 #
Changed platform error handling. It helps to avoid some crashes during runtime.
1.1.5 #
Some small fixes.
1.1.4 #
A problem with iOS and macOS compilation fixed.
1.1.0 #
Slightly changed sound loading. Added finalizers, so got rid of useless dispose method.
1.0.3 #
Fixed readme.
1.0.0 #
Basic functionality created.