wav 1.4.0 copy "wav: ^1.4.0" to clipboard
wav: ^1.4.0 copied to clipboard

Super simple pure Dart package for reading and writing WAV and raw audio files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wav

With Flutter:

 $ flutter pub add wav

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

dependencies:
  wav: ^1.4.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wav/wav.dart';
32
likes
160
points
15.8k
downloads

Publisher

unverified uploader

Weekly Downloads

Super simple pure Dart package for reading and writing WAV and raw audio files.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on wav