Skip to content

Releases: alnitak/flutter_recorder

v1.0.0

02 Feb 16:55
d5e05f5
Compare
Choose a tag to compare

1.0.0

  • fixed choppy PCM playback on macOS #18.
  • fix startRecording empty path on the web

v0.9.3

21 Dec 10:22
6be4d32
Compare
Choose a tag to compare

What's Changed

  • added autoGain filter
  • fixed iOS compilation
  • breaking changes:
    • the init method is now async
    • FilterType renamed to RecorderFilterType
    • an additional script must be added for the web platform. Now it looks like:
    <script src="assets/packages/flutter_recorder/web/libflutter_recorder_plugin.js" defer></script>
    <script src="assets/packages/flutter_recorder/web/init_recorder_module.dart.js" defer></script>
    

Full Changelog: v0.9.2...v0.9.3