Skip to content

Dev#4

Open
Uzaaft wants to merge 9 commits into
masterfrom
push-lqvstulrmzts
Open

Dev#4
Uzaaft wants to merge 9 commits into
masterfrom
push-lqvstulrmzts

Conversation

@Uzaaft
Copy link
Copy Markdown
Contributor

@Uzaaft Uzaaft commented May 6, 2026

No description provided.

Uzaaft added 9 commits May 4, 2026 10:58
Configure local Xcode builds to use ad-hoc signing when no developer team is set. Previous local app rebuilds could get a changing or missing signature, which made macOS privacy permissions less stable during development.

The build helper now passes explicit manual signing settings for the regular macOS app build path. Archive builds keep their existing behavior.
Add registry entries for the English-only tiny, base, small, and medium Whisper models. The model list previously exposed only multilingual variants, even though the download source ships smaller language-specific files.

The descriptors use the same runtime and capabilities as the existing Whisper entries while pointing at the .en filenames and downloads. Larger models remain multilingual-only because no matching English-only files are available.
Let the runtime adapter update decoder prompts and VAD parameters after model load. Previously those values were fixed at initialization, so app-level dictionary prompts and input-device-specific VAD buckets required a reload.

The adapter now owns an optional initial prompt and routes prompt and VAD updates to the whisper.cpp backend. Transcribe calls read the current values when building the request.
Add CLI commands for collecting labeled audio snippets and replaying them through tuning presets. Previously tuning VAD and gain behavior required manual recordings and ad hoc transcription runs.

The snippet command records WAV plus JSON metadata, while the tune command loads a snippet corpus, applies presets, and reports WER summaries. The debug recording path reuses the same terminal recording loop.
Track capture-time signals needed for better transcription diagnostics and preprocessing. The audio buffer previously exposed only immutable samples and an RMS level, which was not enough to detect dead routes or normalize quiet speech.

Audio capture now tracks trailing exact-zero samples, exposes a stopped-recording mutable sample view, estimates noise floor, and peak-normalizes quiet input. A small CoreAudio helper classifies the default input device for Bluetooth-specific warnings and tuning.
Add first-run permission onboarding and a separate non-fatal warning surface in the macOS app. Previously permission recovery was scattered across startup behavior, and advisory conditions reused error presentation.

The app now coordinates microphone and accessibility state, opens the dashboard when setup is needed, and lets users re-run onboarding from settings or the menu. Warning text is presented separately from fatal errors so recording status is not overwritten.
Add local helpers for decoder vocabulary biasing and nonsense transcript filtering. The app previously had no typed owner for a user dictionary and no reusable heuristic for dropping obvious silence hallucinations.

The dictionary store loads a bounded plain-text phrase list and builds a prompt suitable for the decoder. The sensibility guard rejects known bad outputs and repeated-token loops without invoking another model.
Add the runtime API fields and app-state plumbing for warning callbacks, whisper-mode VAD tuning, dictionary prompts, adaptive trimming, peak normalization, and local nonsense filtering. The previous app path used fixed VAD and trim behavior with only fatal errors; the new path carries non-fatal warnings separately and prepares captured audio before transcription.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant