mic_stream_recorder 1.1.2
mic_stream_recorder: ^1.1.2 copied to clipboard
A Flutter plugin for recording audio from the microphone with real-time amplitude monitoring. Supports both iOS and Android platforms with configurable recording settings and built-in playback functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mic_stream_recorder
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mic_stream_recorder: ^1.1.2
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:mic_stream_recorder/mic_stream_recorder.dart';