CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/tests.yml
.github/workflows/wheels.yml
docs/architecture.md
docs/python-support.md
docs/release.md
examples/capture_level.py
examples/play_tone.py
examples/play_wav.py
src/tachyaudio/__init__.py
src/tachyaudio/_backend.py
src/tachyaudio/_device.py
src/tachyaudio/_errors.py
src/tachyaudio/_native.c
src/tachyaudio/_native_backend.py
src/tachyaudio/_stream.py
src/tachyaudio/_version.py
src/tachyaudio/py.typed
src/tachyaudio.egg-info/PKG-INFO
src/tachyaudio.egg-info/SOURCES.txt
src/tachyaudio.egg-info/dependency_links.txt
src/tachyaudio.egg-info/requires.txt
src/tachyaudio.egg-info/top_level.txt
src/tachyaudio/vendor/README.md
src/tachyaudio/vendor/miniaudio.LICENSE
src/tachyaudio/vendor/miniaudio.h
tests/test_public_api.py