monowave 0.4.0
monowave: ^0.4.0 copied to clipboard
Headless audio for Flutter: microphone capture, waveform peaks, and non-destructive editing, from one C core across all six Flutter targets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add monowaveThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
monowave: ^0.4.0Alternatively, 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:monowave/monowave.dart';