LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
amt_augmentor/__init__.py
amt_augmentor/add_noise.py
amt_augmentor/add_pauses.py
amt_augmentor/config.py
amt_augmentor/convertfiles.py
amt_augmentor/create_maestro_csv.py
amt_augmentor/dataset_modifier.py
amt_augmentor/distortionchorus.py
amt_augmentor/main.py
amt_augmentor/merge_audio.py
amt_augmentor/pitch_shift.py
amt_augmentor/reverbfilter.py
amt_augmentor/time_stretch.py
amt_augmentor/validate_split.py
amt_augmentor.egg-info/PKG-INFO
amt_augmentor.egg-info/SOURCES.txt
amt_augmentor.egg-info/dependency_links.txt
amt_augmentor.egg-info/entry_points.txt
amt_augmentor.egg-info/requires.txt
amt_augmentor.egg-info/top_level.txt
tests/test_add_noise.py
tests/test_add_pauses.py
tests/test_config.py
tests/test_distortionchorus.py
tests/test_maestro_csv.py
tests/test_main.py
tests/test_main_integration.py
tests/test_merge_audio.py
tests/test_pitch_shift.py
tests/test_reverbfilter.py
tests/test_time_stretch.py
tests/test_time_stretch_integration.py