flutter_recorder 0.9.1 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';