LICENSE
README.md
setup.py
audiomentations/__init__.py
audiomentations.egg-info/PKG-INFO
audiomentations.egg-info/SOURCES.txt
audiomentations.egg-info/dependency_links.txt
audiomentations.egg-info/requires.txt
audiomentations.egg-info/top_level.txt
audiomentations/augmentations/__init__.py
audiomentations/augmentations/add_background_noise.py
audiomentations/augmentations/add_color_noise.py
audiomentations/augmentations/add_gaussian_noise.py
audiomentations/augmentations/add_gaussian_snr.py
audiomentations/augmentations/add_short_noises.py
audiomentations/augmentations/adjust_duration.py
audiomentations/augmentations/air_absorption.py
audiomentations/augmentations/aliasing.py
audiomentations/augmentations/apply_impulse_response.py
audiomentations/augmentations/band_pass_filter.py
audiomentations/augmentations/band_stop_filter.py
audiomentations/augmentations/base_butterword_filter.py
audiomentations/augmentations/bit_crush.py
audiomentations/augmentations/clip.py
audiomentations/augmentations/clipping_distortion.py
audiomentations/augmentations/gain.py
audiomentations/augmentations/gain_transition.py
audiomentations/augmentations/high_pass_filter.py
audiomentations/augmentations/high_shelf_filter.py
audiomentations/augmentations/lambda_transform.py
audiomentations/augmentations/limiter.py
audiomentations/augmentations/loudness_normalization.py
audiomentations/augmentations/low_pass_filter.py
audiomentations/augmentations/low_shelf_filter.py
audiomentations/augmentations/mp3_compression.py
audiomentations/augmentations/normalize.py
audiomentations/augmentations/padding.py
audiomentations/augmentations/peaking_filter.py
audiomentations/augmentations/pitch_shift.py
audiomentations/augmentations/polarity_inversion.py
audiomentations/augmentations/repeat_part.py
audiomentations/augmentations/resample.py
audiomentations/augmentations/reverse.py
audiomentations/augmentations/room_simulator.py
audiomentations/augmentations/seven_band_parametric_eq.py
audiomentations/augmentations/shift.py
audiomentations/augmentations/tanh_distortion.py
audiomentations/augmentations/time_mask.py
audiomentations/augmentations/time_stretch.py
audiomentations/augmentations/trim.py
audiomentations/core/__init__.py
audiomentations/core/audio_loading_utils.py
audiomentations/core/composition.py
audiomentations/core/post_gain.py
audiomentations/core/serialization.py
audiomentations/core/transforms_interface.py
audiomentations/core/utils.py
audiomentations/spec_augmentations/__init__.py
audiomentations/spec_augmentations/spec_channel_shuffle.py
audiomentations/spec_augmentations/spec_frequency_mask.py
tests/test_add_background_noise.py
tests/test_add_color_noise.py
tests/test_add_short_noises.py
tests/test_adjust_duration.py
tests/test_air_absorption.py
tests/test_aliasing.py
tests/test_apply_impulse_response.py
tests/test_bit_crush.py
tests/test_clip.py
tests/test_clipping_distortion.py
tests/test_compose.py
tests/test_filter_transforms.py
tests/test_gain.py
tests/test_gain_transition.py
tests/test_gaussian_noise.py
tests/test_gaussian_snr.py
tests/test_lambda.py
tests/test_limiter.py
tests/test_load_sound_files.py
tests/test_loudness_normalization.py
tests/test_mp3_compression.py
tests/test_normalize.py
tests/test_one_of.py
tests/test_padding.py
tests/test_pitch_shift.py
tests/test_polarity_inversion.py
tests/test_post_gain.py
tests/test_print.py
tests/test_repeat_part.py
tests/test_resample.py
tests/test_reverse.py
tests/test_room_simulator.py
tests/test_seven_band_parametric_eq.py
tests/test_shift.py
tests/test_some_of.py
tests/test_spec_channel_shuffle.py
tests/test_spec_compose.py
tests/test_spec_frequency_mask.py
tests/test_tanh_distortion.py
tests/test_time_mask.py
tests/test_time_stretch.py
tests/test_transforms_interface.py
tests/test_trim.py
tests/test_utils.py