CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
native/catap_coreaudio/include/catap_coreaudio.h
native/catap_coreaudio/src/catap_coreaudio.c
scripts/build_native_coreaudio.py
src/catap/__init__.py
src/catap/__main__.py
src/catap/_capture_engine.py
src/catap/_native_coreaudio.py
src/catap/_recording_support.py
src/catap/_recording_worker.py
src/catap/_session_backend.py
src/catap/audio_buffer.py
src/catap/cli.py
src/catap/py.typed
src/catap/recorder.py
src/catap/session.py
src/catap.egg-info/PKG-INFO
src/catap.egg-info/SOURCES.txt
src/catap.egg-info/dependency_links.txt
src/catap.egg-info/entry_points.txt
src/catap.egg-info/requires.txt
src/catap.egg-info/top_level.txt
src/catap/bindings/__init__.py
src/catap/bindings/_audiotoolbox.py
src/catap/bindings/_coreaudio.py
src/catap/bindings/device.py
src/catap/bindings/hardware.py
src/catap/bindings/process.py
src/catap/bindings/tap.py
src/catap/bindings/tap_description.py
tests/test_audiotoolbox.py
tests/test_capture_engine.py
tests/test_cli.py
tests/test_coreaudio.py
tests/test_device.py
tests/test_integration.py
tests/test_native_coreaudio.py
tests/test_process.py
tests/test_public_api.py
tests/test_recorder.py
tests/test_session.py
tests/test_tap.py
tests/test_tap_description.py