.flake8
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
setup.py
.cursor/rules/pro-dev-mode.mdc
.github/workflows/build-test.yml
.github/workflows/publish-to-pypi.yml
.vscode/launch.json
.vscode/settings.json
scripts/ci/install_linux_deps.sh
src/alsa_redirect.c
src/whisptray/__init__.py
src/whisptray/__main__.py
src/whisptray/alsa_error_handler.py
src/whisptray/audio_capture.py
src/whisptray/speech_to_keys.py
src/whisptray.egg-info/PKG-INFO
src/whisptray.egg-info/SOURCES.txt
src/whisptray.egg-info/dependency_links.txt
src/whisptray.egg-info/entry_points.txt
src/whisptray.egg-info/not-zip-safe
src/whisptray.egg-info/requires.txt
src/whisptray.egg-info/top_level.txt
tests/input_test.py
tests/simple_stream_test.py
tests/speech_detection_sounddevice_test.py
tests/speech_to_keys_test.py
tests/tray_test.py