CHANGELOG.md
CLAUDE.md
COMPATIBILITY_MATRIX.md
HUGGINGFACE_SETUP.md
MANIFEST.in
PROJECT_PLAN.md
PYPI_PUBLISHING.md
README.md
TESTING_RESULTS.md
pyproject.toml
requirements.txt
setup.py
appimage/README.md
appimage/build-appimage.sh
aur/.SRCINFO
aur/PKGBUILD
aur/README.md
config/default.yaml
debian/README.md
debian/build.sh
debian/changelog
debian/compat
debian/control
debian/copyright
debian/postinst
debian/postrm
debian/rules
desktop/talky.desktop
rpm/README.md
rpm/build.sh
rpm/talky.spec
scripts/generate_icons.py
scripts/install_desktop.sh
src/talky/__init__.py
src/talky/autostart.py
src/talky/main.py
src/talky/version.py
src/talky/audio/__init__.py
src/talky/audio/base.py
src/talky/audio/capture.py
src/talky/hotkeys/__init__.py
src/talky/hotkeys/base.py
src/talky/hotkeys/factory.py
src/talky/hotkeys/wayland.py
src/talky/hotkeys/x11.py
src/talky/input/__init__.py
src/talky/input/base.py
src/talky/input/factory.py
src/talky/input/wayland.py
src/talky/input/x11.py
src/talky/ui/__init__.py
src/talky/ui/icons.py
src/talky/ui/notifications.py
src/talky/ui/settings.py
src/talky/ui/setup_wizard.py
src/talky/ui/tray.py
src/talky/ui/wayland_setup.py
src/talky/utils/__init__.py
src/talky/utils/config.py
src/talky/utils/platform.py
src/talky/whisper/__init__.py
src/talky/whisper/base.py
src/talky/whisper/factory.py
src/talky/whisper/faster_whisper_engine.py
src/talky/whisper/languages.py
src/talky_dictation.egg-info/PKG-INFO
src/talky_dictation.egg-info/SOURCES.txt
src/talky_dictation.egg-info/dependency_links.txt
src/talky_dictation.egg-info/entry_points.txt
src/talky_dictation.egg-info/requires.txt
src/talky_dictation.egg-info/top_level.txt
systemd/README.md
systemd/install_service.sh
systemd/talky.service
tests/README.md
tests/__init__.py
tests/benchmark_performance.py
tests/profile_memory.py
tests/test_autostart.py
tests/test_integration.py
tests/test_noninteractive.py
tests/test_platform.py
tests/test_transcription_quality.py
tests/test_tray.py
tests/test_whisper.py