flutter_sound 1.2.4
flutter_sound: ^1.2.4 copied to clipboard
Flutter plugin that relates to sound like audio and recorder.
1.2.+ #
- Fixed sound distorting when playing recorded audio again. Issue #14.
- Fixed
seekToPlayerfor android. Issue #10.
- Expose recorder
sampleRateandnumChannel. - Do not append
tmpwhen filePath provided inios. - Resolve
regressionissue in1.2.3which caused in1.2.2. - Reduce the size of audio file in
1.2.4. Related #26.
1.1.+ #
- Released 1.1.0 with beautiful logo from mansa.
- Improved readme.
- Resolve #7.
- Fixed missing break in switch statement.
1.0.9 #
- Reimport
intlwhich is needed to format date in Dart.
1.0.8 #
- Implemented
setVolumemethod. - Specific error messages given in android.
- Manage ios player thread when audio is not loaded.
1.0.7 #
- Safer handling of progressUpdate in ios when audio is invalid.
1.0.6 #
- Fixed bug in platform specific code.
1.0.5 #
- Fixed pug in
seekToPlayerinios.
1.0.3 #
- Added license.
1.0.0 #
- Released preview version for audio
recorderandplayer.