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

Record audio with a real-time animated waveform visualiser. Playback with waveform scrubbing. Export to M4A/AAC/WAV/MP4. Zero heavy dependencies - pure Dart UI + native platform 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.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:audio_waveform_recorder/audio_waveform_recorder.dart';
1
likes
130
points
--
downloads

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. Zero heavy dependencies - pure Dart UI + native platform channels.

Repository (GitHub)
View/report issues

Topics

#audio #recorder #waveform #player

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on audio_waveform_recorder

Packages that implement audio_waveform_recorder