Releases: stepan-anokhin/audio-transformers
Releases · stepan-anokhin/audio-transformers
Release 1.0.0
Release 1.0.0
New Features
- Implement CLI tool supporting the following features
- Inspecting available transformations
- Transforming both separate files and large datasets using CLI args or
yaml-config files. - Inspecting and downloading public STT datasets
Release 0.1.0
New Features
- Defined transformer model (subject to change until
v1.0.0) - Implemented basic transformations:
a. Polarity inversion
b. Low pass filter
c. High pass filter
d. Band pass filter
e. Band stop filter
f. Pitch shift
g. Speed perturbation
Bug Fixes
No