LICENSE
README.md
pyproject.toml
setup.cfg
src/__init__.py
src/soundmentations/__init__.py
src/soundmentations.egg-info/PKG-INFO
src/soundmentations.egg-info/SOURCES.txt
src/soundmentations.egg-info/dependency_links.txt
src/soundmentations.egg-info/requires.txt
src/soundmentations.egg-info/top_level.txt
src/soundmentations/core/__init__.py
src/soundmentations/core/composition.py
src/soundmentations/core/transforms_interface.py
src/soundmentations/transforms/__init__.py
src/soundmentations/transforms/amplitude/__init__.py
src/soundmentations/transforms/amplitude/compressor.py
src/soundmentations/transforms/amplitude/fade.py
src/soundmentations/transforms/amplitude/gain.py
src/soundmentations/transforms/amplitude/limiter.py
src/soundmentations/transforms/effects/__init__.py
src/soundmentations/transforms/effects/delay.py
src/soundmentations/transforms/frequency/__init__.py
src/soundmentations/transforms/frequency/equalizers.py
src/soundmentations/transforms/frequency/filters.py
src/soundmentations/transforms/frequency/formant_shift.py
src/soundmentations/transforms/frequency/pitch_shift.py
src/soundmentations/transforms/noise/__init__.py
src/soundmentations/transforms/noise/generators.py
src/soundmentations/transforms/time/__init__.py
src/soundmentations/transforms/time/mask.py
src/soundmentations/transforms/time/pad.py
src/soundmentations/transforms/time/trim.py
src/soundmentations/utils/__init__.py
src/soundmentations/utils/audio.py
tests/test_audio.py
tests/test_compose.py
tests/test_compressor.py
tests/test_fade.py
tests/test_gain.py
tests/test_limiter.py
tests/test_mask.py
tests/test_pad.py
tests/test_pitch_shift.py
tests/test_trim.py