monowave 0.4.0 copy "monowave: ^0.4.0" to clipboard
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 monowave

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

dependencies:
  monowave: ^0.4.0

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:monowave/monowave.dart';
1
likes
150
points
203
downloads

Documentation

Documentation
API reference

Publisher

verified publishermonorithm.dev

Weekly Downloads

Headless audio for Flutter: microphone capture, waveform peaks, and non-destructive editing, from one C core across all six Flutter targets.

Repository (GitHub)
View/report issues

Topics

#audio #waveform #ffi #media

License

MIT (license)

Dependencies

code_assets, ffi, flutter, hooks, native_toolchain_c

More

Packages that depend on monowave