.coveragerc
.gitchangelog.rc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Manifest.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/documentation.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/styles/custom.css
docs/_templates/page.html
requirements/test.txt
src/amix/__init__.py
src/amix/amix.json
src/amix/amix.py
src/amix/cli.py
src/amix.egg-info/PKG-INFO
src/amix.egg-info/SOURCES.txt
src/amix.egg-info/dependency_links.txt
src/amix.egg-info/entry_points.txt
src/amix.egg-info/not-zip-safe
src/amix.egg-info/requires.txt
src/amix.egg-info/top_level.txt
tests/conftest.py
tests/test_amix.py
tests/test_cli.py
tests/fixtures/advanced.yml
tests/fixtures/basic.yml
tests/fixtures/fade_filter.yml
tests/fixtures/filter_part.yml
tests/fixtures/filter_segment.yml
tests/fixtures/volume_filter.yml
tests/fixtures/clips/backbeat.wav
tests/fixtures/clips/bass.wav
tests/fixtures/templates/data.yml.j2
tests/snapshots/amix/create/basic.yml.snapshot
tests/snapshots/amix/create/clip_dir.yml.snapshot
tests/snapshots/amix/create/clip_empty.yml.snapshot
tests/snapshots/amix/create/clip_file.yml.snapshot
tests/snapshots/amix/create/clip_no_dir.yml.snapshot
tests/snapshots/amix/create/clip_no_file.yml.snapshot
tests/snapshots/amix/create/parts_from_clips.yml.snapshot
tests/snapshots/amix/create_with_template/basic.yml.snapshot
tests/snapshots/amix/run/advanced.wav.snapshot
tests/snapshots/amix/run/basic.wav.snapshot
tests/snapshots/amix/run/fade_filter.wav.snapshot
tests/snapshots/amix/run/filter_part.wav.snapshot
tests/snapshots/amix/run/filter_segment.wav.snapshot
tests/snapshots/amix/run/volume_filter.wav.snapshot
tests/snapshots/cli/basic.yml.snapshot
tests/snapshots/cli/debug.yml.snapshot