diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-25 22:26:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-25 22:26:46 +0200 |
| commit | 5f6db83a6618d665081f2d4ab5a771125562a1f3 (patch) | |
| tree | ff785b7e2a754c2192176ad3de9e88f35d04aa5a /CLAUDE.md | |
| download | desktop-assistant-5f6db83a6618d665081f2d4ab5a771125562a1f3.tar.gz desktop-assistant-5f6db83a6618d665081f2d4ab5a771125562a1f3.zip | |
The microphone's mute button is the push-to-talk: the ALSA Mic Capture
Switch starts and stops a recording. whisper-server (large-v3-turbo, Vulkan
on the Arc) transcribes it, the model already resident in llama-server
answers, and Kokoro speaks the reply sentence by sentence.
Only Italian and English are spoken, so detection is restricted to those
two; the voice follows the language of the reply, not of the question.
Presses are ignored while presentation mode is on, so calls keep the mic.
AGENTS.md records the backend, model and voice comparisons behind these
choices. Licensed GPLv2 only.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..dfe9f3f --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,6 @@ +# desktop-assistant + +This file is intentionally thin. AGENTS.md is the single source of truth for +every agent tool. Edit AGENTS.md instead. + +@AGENTS.md |
