CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contributing.rst
docs/source/copying.rst
docs/source/design.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/reference/buffer.rst
docs/source/reference/context.rst
docs/source/reference/decoder.rst
docs/source/reference/device.rst
docs/source/reference/effect.rst
docs/source/reference/file-io.rst
docs/source/reference/index.rst
docs/source/reference/source.rst
docs/source/templates/quicknav.html
docs/source/tutorial/context.rst
docs/source/tutorial/effect.rst
docs/source/tutorial/index.rst
docs/source/tutorial/play-audio.rst
docs/source/tutorial/source.rst
examples/palace-event.py
examples/palace-hrtf.py
examples/palace-info.py
examples/palace-latency.py
examples/palace-reverb.py
examples/palace-stdec.py
examples/palace-tonegen.py
palace.egg-info/PKG-INFO
palace.egg-info/SOURCES.txt
palace.egg-info/dependency_links.txt
palace.egg-info/not-zip-safe
palace.egg-info/top_level.txt
src/alure.pxd
src/bases.h
src/palace.cpp
src/palace.pyx
src/std.pxd
src/util.h
src/util.pxd
tests/conftest.py
tests/data/164957__zonkmachine__white-noise.ogg
tests/data/24741__tim-kahn__b23-c1-raw.aiff
tests/data/261590__kwahmah-02__little-glitch.flac
tests/data/353684__tec-studio__drip2.mp3
tests/data/99642__jobro__deconvoluted-20hz-to-20khz.wav
tests/functional/test_context_management.py
tests/functional/test_examples.py
tests/functional/test_message_handling.py
tests/unit/conftest.py
tests/unit/fmath.py
tests/unit/test_context.py
tests/unit/test_effect.py
tests/unit/test_listener.py
tests/unit/test_source.py