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

Super simple pure Dart package for reading and writing WAV and raw audio 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

20
likes
140
pub points
91%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on wav