flutter_sound 3.0.0+1 flutter_sound: ^3.0.0+1 copied to clipboard
Flutter plugin that relates to sound like audio and recorder.
3.0.0 #
- Code name
flauto
has been merged #243Highly honor Larpoux, bsutton, salvatore373 🎉!
2.1.1 #
- Handle custom audio path from path_provider.
2.0.1 #
- Add compatibility for android sdk 19.
- Add
androidx
compatibility. - Resolve #193
- Restore default
startRecorder
- Restore default
1.9.0 #
- Fix issue #175
- add functions . isEncoderSupported(t_CODEC codec); . isDecoderSupported(t_CODEC codec);
- add property 'audioState'
- check if codec is really supported before doing 'startRecorder'
- modify the example app : disable buttons when the button is not compatible with the current state
- in the example, add sound assets encoded with the various encoder
- modify the example to play from assets
- modify the example to allow selection of various codec
1.6.0 #
1.5.1 #
- Set android recorder encoder default value to
AndroidEncoder.DEFAULT
.
1.4.7 #
1.4.0 #
1.3.6 #
- Android: Adds a single threaded command scheduler for all recording related commands.
- Switch source & target compability to Java 8
- Bump gradle plugin version dependencies
1.3.+ #
- Support db/meter #41
- Show wrong recorder timer text #47
- Add ability to specify Android & iOS encoder #49
- Adjust db range and fix nullable check in ios #59
- Android: Recording operations on a separate command queue #66
- Android: Remove reference to non-AndroidX classes which improves compatibility
1.2.+ #
- Fixed sound distorting when playing recorded audio again. Issue #14.
- Fixed
seekToPlayer
for android. Issue #10.
- Expose recorder
sampleRate
andnumChannel
. - Do not append
tmp
when filePath provided inios
. - Resolve
regression
issue in1.2.3
which caused in1.2.2
. - Reduce the size of audio file in
1.2.4
. Related #26. - Fixed
recording
issue in android in1.2.5
. - Changed
seekToPlayer
to place exactsecs
instead adding it. - Fix file URI for recording and playing in iOS.
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
intl
which is needed to format date in Dart.
1.0.8 #
- Implemented
setVolume
method. - 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
seekToPlayer
inios
.
1.0.3 #
- Added license.
1.0.0 #
- Released preview version for audio
recorder
andplayer
.