LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
amt_augmentor/__init__.py
amt_augmentor/_paired_io.py
amt_augmentor/add_noise.py
amt_augmentor/add_pauses.py
amt_augmentor/config.py
amt_augmentor/conventional_augmentations.py
amt_augmentor/convertfiles.py
amt_augmentor/create_maestro_csv.py
amt_augmentor/dataset_modifier.py
amt_augmentor/distortionchorus.py
amt_augmentor/layout.py
amt_augmentor/local_time_warp.py
amt_augmentor/main.py
amt_augmentor/merge_audio.py
amt_augmentor/pitch_shift.py
amt_augmentor/pitch_shift_grid.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
docs/AUGMENTATION_SCOPE.md
docs/HARDANGER_FIDDLE_CASE_STUDY.md
tests/test_add_noise.py
tests/test_add_pauses.py
tests/test_config.py
tests/test_conventional_augmentations.py
tests/test_convertfiles.py
tests/test_dependency_contract.py
tests/test_detuning_archival_noise.py
tests/test_distortionchorus.py
tests/test_layout.py
tests/test_local_time_warp.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_pitch_shift_grid.py
tests/test_portable_durability.py
tests/test_public_surface.py
tests/test_reverbfilter.py
tests/test_time_stretch.py
tests/test_time_stretch_integration.py
tests/test_validate_split.py