Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 10accc6092 fix: use live transcript directly instead of batch API re-transcription
The batch Whisper API was producing worse results than the live Web
Speech API transcript. Now the live text is used as-is when recording
stops. Audio still uploads for the AUDIO note attachment. Parakeet.js
offline fallback only triggers if no live transcript was captured.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 18:11:51 -08:00
backlog chore: backlog TASK-14 SpaceRole bridge (Done) 2026-02-17 15:35:12 -07:00
browser-extension feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
prisma feat: add article unlock feature for paywalled content 2026-02-24 15:32:37 -08:00
public feat: add /voice PWA route with 3-tier live transcription 2026-02-24 17:43:04 -08:00
src fix: use live transcript directly instead of batch API re-transcription 2026-02-24 18:11:51 -08:00
.dockerignore Add .dockerignore for optimized Docker builds 2026-02-21 17:59:43 -07:00
.env.example Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
.gitignore Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
Dockerfile feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
MODULE_SPEC.md docs: add MODULE_SPEC.md with permission model and capabilities 2026-02-17 12:30:14 -07:00
docker-compose.yml feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
entrypoint.sh feat: wire rnotes to pull secrets from Infisical at startup 2026-02-23 19:35:15 -08:00
next.config.mjs Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
package.json Replace Whisper-tiny offline fallback with Parakeet.js (NVIDIA 0.6B v2) 2026-02-17 23:48:48 +01:00
postcss.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tailwind.config.ts Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
tsconfig.json Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00