Remove context capture
This commit is contained in:
parent
f826617ed4
commit
3b7fa236b4
5 changed files with 1 additions and 99 deletions
|
|
@ -9,7 +9,7 @@ Python X11 transcription daemon that records audio, runs Whisper, logs the trans
|
|||
- `soundfile` (libsndfile)
|
||||
- `faster-whisper`
|
||||
- Tray icon deps: `gtk3`
|
||||
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `i3ipc`, `sounddevice`, `soundfile`
|
||||
- Python deps: `pillow`, `python-xlib`, `faster-whisper`, `PyGObject`, `sounddevice`, `soundfile`
|
||||
|
||||
System packages (example names): `portaudio`/`libportaudio2` and `libsndfile`.
|
||||
|
||||
|
|
@ -84,11 +84,6 @@ AI provider:
|
|||
|
||||
- Generic OpenAI-compatible chat API at `ai_base_url` (base URL only; the app uses `/v1/chat/completions`)
|
||||
|
||||
Context capture (i3 only):
|
||||
|
||||
- The focused window at hotkey time is stored via i3 IPC.
|
||||
- If focus changes before injection, the workflow aborts (interpreted as a cancel).
|
||||
|
||||
Control:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue