wav 1.3.0 wav: ^1.3.0 copied to clipboard
Super simple pure Dart package for reading and writing WAV and raw audio files.
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