audio_waveform_recorder 0.1.2 copy "audio_waveform_recorder: ^0.1.2" to clipboard
audio_waveform_recorder: ^0.1.2 copied to clipboard

Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Pure Dart UI + native channels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_waveform_recorder

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

dependencies:
  audio_waveform_recorder: ^0.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:audio_waveform_recorder/audio_waveform_recorder.dart';
5
likes
150
points
100
downloads

Documentation

API reference

Publisher

verified publisheracrocoder.com

Weekly Downloads

Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Pure Dart UI + native channels.

Repository (GitHub)
View/report issues

Topics

#audio #recorder #waveform #player

License

MIT (license)

Dependencies

flutter

More

Packages that depend on audio_waveform_recorder

Packages that implement audio_waveform_recorder