This version: - Removes WavAugment's pitch detection, and instead relies on the parallelisable `torch-pitch-shift` package. - Adds support for batched inputs `(batch, channel, time)`. - It also adds more tests for every audio transformation.
0.2.0
Removes the Essentia library as a dependency and adds compatibility for multi-channel audio.