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/audio_capture.py
src/cli.py
src/continuous.py
src/db.py
src/diarize.py
src/domain_keywords.py
src/download.py
src/export.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/transcribe.py
src/tray.py
src/whisper_worker.py
src/../static/demo.gif
src/../static/speaker_profile.html
src/../static/viewer.html
tests/test_api.py
tests/test_audio_capture.py
tests/test_cli_dispatch.py
tests/test_cli_json.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_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_speaker_auto_register.py
tests/test_websocket.py