d3ro-voice/scripts
Yun Chan 2d585bfc29 feat(desktop): make local speech transcription work end to end
Local dictation had never produced a transcript on an installed build. The
engine itself was healthy; every connection to it was broken.

Installed builds shipped no speech engine at all: the packaging config had no
entry for the faster-whisper sidecar and no pipeline step built one, so the app
always fell back to a system Python without the runtime. Development was broken
too, because the sidecar and SoX paths were resolved against the Vite output
directory instead of the app root, which also meant recording failed with a SoX
ENOENT. On hosts where localhost resolves only to IPv6, every local request was
refused outright, which silently disabled both local transcription and the local
LLM.

The sidecar is now built and bundled (including the Silero VAD data it needs),
gated by a packaging check that fails when the engine or its data is missing.
Paths are discovered from the app root and fail loudly when the engine is
absent. Local engine URLs are normalized to the IPv4 loopback, decoding is tuned
so repeated hallucinations cannot compound (the same transcript now takes about
a fifth of the time), the engine is warmed up at startup, and holding the hotkey
now shows the text forming live in the recording tip.
2026-09-18 00:48:47 +09:00
..
ci feat(desktop): make local speech transcription work end to end 2026-09-18 00:48:47 +09:00
lib feat(release): publish desktop updates from a tag through one feed 2026-09-16 23:23:00 +09:00
capture-all-official-test-ads.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
capture-desktop-actual-app.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
capture-desktop-tabs.js test(desktop): add automated Playwright Electron real-app E2E verification suites 2026-08-20 22:27:49 +09:00
capture-desktop-test-ad-rotation.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
capture-download-and-release-hub.js feat: add high-end download center and admin release management hub 2026-08-20 11:24:58 +09:00
capture-launch-sandbox-e2e.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
capture-official-site-live.js feat: integrate official download and releases section directly into the main homepage 2026-08-20 17:11:52 +09:00
capture-pricing.js fix(release): retire legacy capture publisher 2026-08-29 19:04:07 +09:00
capture-settlement-ledger.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
deploy-nas.ps1 feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
deploy-nas.sh feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
deploy-site-to-nas.js feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
e2e-desktop-app.js test(desktop): add automated Playwright Electron real-app E2E verification suites 2026-08-20 22:27:49 +09:00
e2e-desktop-full-journey.js feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
e2e-desktop-settings.js test(desktop): add automated Playwright Electron real-app E2E verification suites 2026-08-20 22:27:49 +09:00
gen-keystore.js feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00
inspect-live-d3ro-domain.js ci: add .forgejo/workflows/deploy-site.yml for Cloudflare Pages auto-deployment to d3ro.chanpaca.net 2026-08-20 17:16:12 +09:00
nas-control.sh feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
publish-gh.ps1 feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
real-app-multi-tab-e2e.js test(e2e): add live multi-tab electron screen verification script 2026-08-20 22:33:46 +09:00
test-and-capture-all-10-ad-services.js feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
verify-e2e-downloads-and-releases.js feat(release): prepare 1.1.0 candidate 2026-08-29 18:33:45 +09:00