another_audio_recorder
(Null-Safe + V2) Audio Record Plugin that supports record, pause, resume, stop, and provide access to audio level metering properties average power peak power.
1.3.0
342 downloads/mo
#971 most downloaded on pub.dev
loonix/another_audio_recorder
What this package is like to depend on
Last release 1 years ago
09 Apr 2025
Release timing varies
gaps range from 2 weeks to 1.7 years
Most releases are documented
notes for 7 of 9 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
9 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Feb 2022 to Apr 2025Releases
latest 9-
1.3.009 Apr 2025Release notes
Open source →Fix for AAC Recording Metering (Issue #15)
- AAC recording metering values now properly update during recording
- Fixed an issue where peakPower and averagePower remained at -120 in AAC format
Improvements
- Added proper implementation of updatePowers() method in AACRecordThread.java
- Calculation now uses all audio samples to determine true peak and RMS values
- Applied proper dB scale with iOS compatibility factor
- Better silent case detection
Build fix for deprecated PluginRegistry.Registrar (cf587ee)
- Fix Build error caused by deprecated PluginRegistry.Registrar (thanks to @Coder-Manuel)
-
1.2.122 Aug 2024Nothing published for this version
-
1.2.022 Aug 2024Nothing published for this version
-
1.1.221 Aug 2024 -
1.1.121 Aug 2024Release notes
Open source →1.1.1
Breaking changes:
- Android SDK version updated to 34
What's Changed
- Improve error handling for audio recording failures by @Sathush3 in #10
- Release/1.1.1 by @loonix in #13
New Contributors
Full Changelog: 1.1.0...1.1.1
Release notes
Open source →Breaking changes:
- Android SDK version updated to 34 Commits:
- Fix to #10 - https://github.com/loonix/another_audio_recorder/pull/10
-
1.1.024 Nov 2023Release notes
Open source →What's Changed
- Fix related to Android 13 (API level 33) permissions by @mselmanyildirim in #4
- fix: example to support flutter v2/3 changes by @loonix in #8
New Contributors
- @mselmanyildirim made their first contribution in #4
Full Changelog: 1.0.1...1.1.0
-
1.0.101 Mar 2022Release notes
Open source → -
1.0.015 Feb 2022Release notes
Open source →- Fix to example IOS and Android builds
- Null Safety update
- @hnvn - Migrate to Android embedding v2 + Support AAC codec (rmbrone#52)
- @PerrchicK - error handling instead of app crash (rmbrone#45)
- Renamed to another_flutter_recorder
Release notes
Open source →- Fix to example IOS and Android builds
- Null Safety update
- @hnvn - Migrate to Android embedding v2 + Support AAC codec (https://github.com/rmbrone/flutter_audio_recorder/pull/52)
- @PerrchicK - error handling instead of app crash (https://github.com/rmbrone/flutter_audio_recorder/pull/45/files)
- Renamed to another_flutter_recorder
-
1.0.0+115 Feb 2022