Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 418 Bytes

Audio Augmentation Toolkit

A toolkit for augmenting audio data. Provides:

  • white noise augmentation
  • pitch augmentation
  • speed augmentation
  • background noise augmentation
  • value augmentation
  • feature extraction: MFCC, LMFBE & LMFBP

Installation

First, clone AUTK using git:

git clone https://github.com/lamarrr/AUTK.git

Then Install using:

python3 setup.py install