LICENSE
MANIFEST.in
README.md
pyproject.toml
vocalinux.desktop
resources/icons/scalable/vocalinux-microphone-off.svg
resources/icons/scalable/vocalinux-microphone-process.svg
resources/icons/scalable/vocalinux-microphone.svg
resources/icons/scalable/vocalinux.svg
resources/sounds/error.wav
resources/sounds/start_recording.wav
resources/sounds/stop_recording.wav
src/vocalinux/__init__.py
src/vocalinux/common_types.py
src/vocalinux/main.py
src/vocalinux/single_instance.py
src/vocalinux/suspend_handler.py
src/vocalinux/version.py
src/vocalinux.egg-info/PKG-INFO
src/vocalinux.egg-info/SOURCES.txt
src/vocalinux.egg-info/dependency_links.txt
src/vocalinux.egg-info/entry_points.txt
src/vocalinux.egg-info/requires.txt
src/vocalinux.egg-info/top_level.txt
src/vocalinux/resources/__init__.py
src/vocalinux/resources/icons/scalable/vocalinux-microphone-off.svg
src/vocalinux/resources/icons/scalable/vocalinux-microphone-process.svg
src/vocalinux/resources/icons/scalable/vocalinux-microphone.svg
src/vocalinux/resources/icons/scalable/vocalinux.svg
src/vocalinux/resources/sounds/error.wav
src/vocalinux/resources/sounds/start_recording.wav
src/vocalinux/resources/sounds/stop_recording.wav
src/vocalinux/speech_recognition/__init__.py
src/vocalinux/speech_recognition/command_processor.py
src/vocalinux/speech_recognition/recognition_manager.py
src/vocalinux/text_injection/__init__.py
src/vocalinux/text_injection/ibus_engine.py
src/vocalinux/text_injection/text_injector.py
src/vocalinux/ui/__init__.py
src/vocalinux/ui/about_dialog.py
src/vocalinux/ui/action_handler.py
src/vocalinux/ui/audio_feedback.py
src/vocalinux/ui/autostart_manager.py
src/vocalinux/ui/config_manager.py
src/vocalinux/ui/first_run_dialog.py
src/vocalinux/ui/keyboard_shortcuts.py
src/vocalinux/ui/logging_dialog.py
src/vocalinux/ui/logging_manager.py
src/vocalinux/ui/settings_dialog.py
src/vocalinux/ui/tray_indicator.py
src/vocalinux/ui/keyboard_backends/__init__.py
src/vocalinux/ui/keyboard_backends/base.py
src/vocalinux/ui/keyboard_backends/evdev_backend.py
src/vocalinux/ui/keyboard_backends/pynput_backend.py
src/vocalinux/utils/__init__.py
src/vocalinux/utils/resource_manager.py
src/vocalinux/utils/vosk_model_info.py
src/vocalinux/utils/whispercpp_model_info.py
tests/test_about_dialog.py
tests/test_action_handler.py
tests/test_audio_feedback.py
tests/test_autostart_manager.py
tests/test_autostart_manager_ext.py
tests/test_command_processor.py
tests/test_common_types.py
tests/test_common_types_enums_protocols.py
tests/test_common_types_imports.py
tests/test_config_manager.py
tests/test_config_manager_ext.py
tests/test_cross_distro_compatibility.py
tests/test_evdev_backend_ext.py
tests/test_first_run_dialog_ext.py
tests/test_ibus_engine.py
tests/test_ibus_engine_core.py
tests/test_ibus_engine_utils.py
tests/test_integration_branches.py
tests/test_keyboard_backends_ext.py
tests/test_keyboard_base_ext.py
tests/test_keyboard_init_ext.py
tests/test_keyboard_shortcuts.py
tests/test_logging_dialog.py
tests/test_logging_manager.py
tests/test_main.py
tests/test_main_args_deps.py
tests/test_main_edge_cases.py
tests/test_misc_edge_cases.py
tests/test_pynput_backend_ext.py
tests/test_recognition_manager.py
tests/test_recognition_manager_advanced.py
tests/test_recognition_manager_core.py
tests/test_recognition_manager_device_config.py
tests/test_recognition_manager_download_buffer.py
tests/test_recognition_manager_downloads.py
tests/test_recognition_manager_helpers.py
tests/test_recognition_manager_init.py
tests/test_resource_manager.py
tests/test_resource_manager_ext.py
tests/test_settings_dialog.py
tests/test_settings_shortcuts.py
tests/test_single_instance_ext.py
tests/test_speech_recognition.py
tests/test_speech_recognition_init.py
tests/test_suspend_handler.py
tests/test_text_injector.py
tests/test_text_injector_ext.py
tests/test_tray_indicator.py
tests/test_tray_indicator_ext.py
tests/test_version.py
tests/test_whisper_support.py
tests/test_whispercpp_model_info_ext.py
tests/test_xkb_layout.py