Releases: SimformSolutionsPvtLtd/audio_waveforms
Releases · SimformSolutionsPvtLtd/audio_waveforms
1.1.1
What's Changed
- Fix return type for stopAllPlayers on PlayerController by @mattbajorek in #331
- Send current duration when seeked, paused, or stopped by @mattbajorek in #320
- fix: 🐛 Enable seek gesture in paused mode by @himanshuGandhiSimform in #272
- 🩹 Downgrade flutter_lint version by @jay-simformsolutions in #348
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Upgrade the flutter version by @himanshuGandhiSimform in #278
- feat: ✨ Add a flag to control overridden AVAudioSession Config for ios by @Ujas-Majithiya in #289
- Use the
shortHash
of the key instead oftoString()
by @AlexV525 in #310 - Fix incorrect import for shortHash by @mattbajorek in #312
- Auto start permission on iOS by waiting for response after user confirms or denies by @mattbajorek in #313
- Only dispose of instance if all playerKeys are removed by @mattbajorek in #317
- ⬇️ Downgrade flutter version to save from breaking changes by @jay-simformsolutions in #329
- Update flutter and dart version by @himanshuGandhiSimform in #343
- Upgrade package version by @himanshuGandhiSimform in #344
New Contributors
- @AlexV525 made their first contribution in #310
- @mattbajorek made their first contribution in #312
- @jay-simformsolutions made their first contribution in #329
Full Changelog: 1.0.5...1.1.0
v1.0.5
What's Changed
- AppCenter update by @ujas-m-simformsolutions in #216
- ⏪ Revert "AppCenter update" by @Ujas-Majithiya in #218
- ✨ Upgrade Gradle by @Kashifalaliwala in #241
- 🐛 Fixed last wave flickering and minor docs update by @ujas-m-simformsolutions in #197
- bugFix - Android recording doesn't work the first time after granting… by @himanshuGandhiSimform in #265
- bugfix - 230/Stop player should not be freed the resources by @himanshuGandhiSimform in #268
- fix: 🐛 IOS Recorder without path not working by @ujas-m-simformsolutions in #242
- fix: 🐛 unnecessary rendering by @ujas-m-simformsolutions in #243
- Fixed waveform for audios under 1 second not being extractable on Android by @mschudt in #259
- Stopping a recording immediately after starting it throws multiple exceptions on Android by @mschudt in #260
- Implement audio speed by @Zubii12 in #196
- Update change log and update package version by @himanshuGandhiSimform in #274
- fix: 🚨 Update linter and fixed pana warnings by @ujas-m-simformsolutions in #275
- chore: ♻️ Format code by @ujas-m-simformsolutions in #276
New Contributors
- @Kashifalaliwala made their first contribution in #241
- @himanshuGandhiSimform made their first contribution in #265
- @mschudt made their first contribution in #259
- @Zubii12 made their first contribution in #196
Full Changelog: 1.0.4...1.0.5
v1.0.4
What's Changed
- 🐛 Do not call
notifyListeners()
when disposed by @ujas-m-simformsolutions in #172 - ✨ Allow users to update reported duration for smoothening wave progress animation by @ujas-m-simformsolutions in #178
- 🗑️ Depreciated
normalizationFactor
by @ujas-m-simformsolutions in #207
Full Changelog: 1.0.3...1.0.4
v1.0.3
What's Changed
- fix:Failed to stop recording #163 by @linchen00 in #167
- 📝 Update changelog for latest release by @ujas-m-simformsolutions in #169
- 📝 Update version by @ujas-m-simformsolutions in #170
New Contributors
- @linchen00 made their first contribution in #167
Full Changelog: 1.0.2...1.0.3
v1.0.2
What's Changed
- ✨ Add legacy normalization and updated minor stopAllPlayer behaviour by @ujas-m-simformsolutions in #154
- ✨ Added onRecorderStateChanged stream, onCurrentDuration stream and recordedDuration to get recorded duration for android by @ujas-m-simformsolutions in #158
- ✨ Added recordedDuration to get recorded duration for ios and added onRecordingEnded stream by @ujas-m-simformsolutions in #162
Full Changelog: 1.0.1...1.0.2
v1.0.1
What's Changed
- ✨ Add onCompletion stream 🐛 The visualization gets stuck incomplete. by @ujas-m-simformsolutions in #147
- 🐛 Fix path with space doesn't doesn't show waveform by @ujas-m-simformsolutions in #148
- 🐛 Fix extractor requires audio player to be initialised by @ujas-m-simformsolutions in #149
- 🐛 Fix infinite scroll in
WaveformType.long
by @ujas-m-simformsolutions in #150 - 📝 Update changelog and 🔥 Add main contributors by @ujas-m-simformsolutions in #151
- 📝 Fix formatting by @ujas-m-simformsolutions in #152
Full Changelog: 1.0.0...1.0.1
v1.0.0
What's Changed
- 🔧 Add missing import by @Ujas-Majithiya in #94
- 🔨 Fix:: Pana Score Fix by @aditya-css in #98
- 🐛 Fixed android volume error by @Ujas-Majithiya in #103
- ✨ Add waveform extraction natively part-1 by @ujas-m-simformsolutions in #126
- ✨ Improve audio file waveforms by @Ujas-Majithiya in #123
- ✨ Add bug report and feature request template by @ujas-m-simformsolutions in #131
- 📝 Updated readme ✨ Add migration guide by @ujas-m-simformsolutions in #135
- 📝 Updated example app 🔨 Fixed tap gesture not working and fixed platform stream being initialised multiple times by @ujas-m-simformsolutions in #138
- ✨ Update recorder normalization by @Ujas-Majithiya in #99
- 🔨 Fixed player button not showing up and made bitrate nullable and update default recording extension to m4a by @ujas-m-simformsolutions in #140
New Contributors
- @aditya-css made their first contribution in #98
Full Changelog: 0.1.5...1.0.0
v0.1.5+1
What's Changed
- 🔧 Add missing import by @Ujas-Majithiya in #94
- 🔨 Fix:: Pana Score Fix by @aditya-css in #98
New Contributors
- @aditya-css made their first contribution in #98
Full Changelog: 0.1.5...0.1.5+1
v0.1.5
What's Changed
- Bump compileSdkVersion/gradle/kotlin to match flutter 3.0 by @yohom in #70
- 🐛 Fixed push back distance wouldn't reset when recording again by @Ujas-Majithiya in #75
- Fixed an issue with
preparePlayer
reportingPlease provide a valid file path
when the path hasfile://
prefix on ios. by @yohom in #72 - Fixed lint warnings and, Updated Info.plist permission descriptions. by @DhavalRKansara in #76
- Update AudioPlayer.swift by @rlee1990 in #87
- Added bitrate selection by @abhay-s-rawat in #84
- 📝 Updated docs and fixed docs,variable name,function names typos by @Ujas-Majithiya in #92
New Contributors
- @yohom made their first contribution in #70
- @rlee1990 made their first contribution in #87
- @abhay-s-rawat made their first contribution in #84
Full Changelog: 0.1.3...0.1.5