Universal knowledge capture tool for the r* ecosystem
Go to file
Jeff Emmett 560dceec0f feat: live streaming transcription via WebSocket + diarization UI
Add AudioWorklet-based PCM16 streaming to VoiceRecorder with WebSocket
connection for near-real-time transcription. Segments appear as finalized
text that never shifts. Add speaker diarization button on audio notes
with color-coded speaker labels. Graceful fallback to batch transcription
when WebSocket unavailable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:48:40 -07:00
backlog chore: update TASK-6 web clipper to Done 2026-02-13 15:17:38 -07:00
browser-extension feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
prisma feat: add AUDIO note type with voice recording and transcription 2026-02-15 08:34:50 -07:00
public feat: live streaming transcription via WebSocket + diarization UI 2026-02-15 09:48:40 -07:00
src feat: live streaming transcription via WebSocket + diarization UI 2026-02-15 09:48:40 -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 fix: correct SDK path in Dockerfile for file: dependency resolution 2026-02-13 14:42:19 -07:00
docker-compose.yml feat: live streaming transcription via WebSocket + diarization UI 2026-02-15 09:48:40 -07:00
next.config.mjs Initial scaffold: Next.js 14 + Prisma + Docker 2026-02-13 12:53:52 -07:00
package-lock.json feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07:00
package.json feat: integrate EncryptID SDK for passkey authentication 2026-02-13 14:20:00 -07: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