LICENSE
README.md
pyproject.toml
sonote.egg-info/PKG-INFO
sonote.egg-info/SOURCES.txt
sonote.egg-info/dependency_links.txt
sonote.egg-info/entry_points.txt
sonote.egg-info/requires.txt
sonote.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/_server_impl.py
src/audio_capture.py
src/autostart.py
src/cli.py
src/config.py
src/continuous.py
src/cookies.py
src/db.py
src/desktop.py
src/diarize.py
src/discord_notify.py
src/doctor.py
src/domain_keywords.py
src/download.py
src/export.py
src/media_control.py
src/meeting_writer.py
src/merge.py
src/paths.py
src/polish.py
src/postprocess.py
src/probe.py
src/runtime_env.py
src/server.py
src/setup.py
src/transcribe.py
src/tray.py
src/updater.py
src/validate.py
src/whisper_worker.py
src/../static/demo.gif
src/../static/icon.svg
src/../static/settings.html
src/../static/speaker_profile.html
src/../static/viewer.html
src/desktop_app/__init__.py
src/desktop_app/browser.py
src/desktop_app/controller.py
src/desktop_app/tray_adapter.py
src/meeting/__init__.py
src/meeting/context.py
src/meeting/pipeline.py
src/runtime/__init__.py
src/runtime/context.py
src/web/__init__.py
src/web/state.py
src/web/routes/__init__.py
src/web/routes/core.py
src/web/routes/devices.py
src/web/routes/keywords.py
src/web/routes/profiles.py
src/web/routes/sessions.py
src/web/routes/stream.py
tests/test_api.py
tests/test_audio_capture.py
tests/test_autostart.py
tests/test_cli_dispatch.py
tests/test_cli_json.py
tests/test_config.py
tests/test_continuous.py
tests/test_desktop.py
tests/test_desktop_singleton.py
tests/test_domain_keywords.py
tests/test_e2e.py
tests/test_embedding_mock.py
tests/test_export.py
tests/test_meeting_accuracy_helpers.py
tests/test_meeting_startup.py
tests/test_meeting_writer.py
tests/test_paths.py
tests/test_polish.py
tests/test_polish_mock.py
tests/test_postprocess.py
tests/test_profiles_api.py
tests/test_search_api.py
tests/test_search_integration.py
tests/test_security_hardening.py
tests/test_server.py
tests/test_server_keywords.py
tests/test_sessions.py
tests/test_setup.py
tests/test_shutdown_semantics.py
tests/test_speaker_auto_register.py
tests/test_websocket.py