flutter_recorder 0.9.1 copy "flutter_recorder: ^0.9.1" to clipboard
flutter_recorder: ^0.9.1 copied to clipboard

A low-level audio recorder plugin which uses miniaudio as backend. Detect silence and save to WAV audio file. Audio wave, FFT and volume level can be get in real-time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_recorder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_recorder: ^0.9.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_recorder/flutter_recorder.dart';
13
likes
160
pub points
40%
popularity
screenshot

Publisher

verified publishermarcobavagnoli.com

A low-level audio recorder plugin which uses miniaudio as backend. Detect silence and save to WAV audio file. Audio wave, FFT and volume level can be get in real-time.

Repository (GitHub)
View/report issues

Topics

#audio #recorder #visualizer

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, flutter, meta, plugin_platform_interface, web

More

Packages that depend on flutter_recorder