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

25
likes
160
points
7.17k
downloads

Publisher

unverified uploader

Weekly Downloads

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