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

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

example/README.md

Some random WAV manipulation toys. #

Speed up or slow down a wav.

dart run faster.dart test.wav out.wav

dart run slower.dart test.wav out.wav

Normalize the volume of a wav.

dart run normalize.dart test.wav out.wav

Apply reverb to a wav.

dart run reverb.dart test.wav out.wav

Not sure how to describe this one...

dart run weird.dart test.wav out.wav

24
likes
160
pub points
92%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on wav