Skip to content

Releases: stepan-anokhin/audio-transformers

Release 1.0.0

20 Aug 11:57

Choose a tag to compare

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

19 Aug 09:34

Choose a tag to compare

New Features

  1. Defined transformer model (subject to change until v1.0.0)
  2. 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