rnotes-online/browser-extension
Jeff Emmett 5ff6c9d832 feat: add rVoice popup recorder with 3-tier transcription to browser extension
Adds a standalone voice recording popup (voice.html) accessible via the
extension popup button or Ctrl+Shift+V hotkey. Records audio, uploads to
rNotes, and transcribes with a 3-tier cascade: server Whisper API, live
Web Speech API (real-time text while recording), and offline Parakeet.js
(NVIDIA 0.6B, ~634MB cached in IndexedDB). Saves as AUDIO notes with
editable transcript and notebook selection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 16:43:57 -08:00
..
icons feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
background.js feat: add voice note recorder to browser extension 2026-02-24 15:42:34 -08:00
manifest.json feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
options.html feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
options.js feat: add rNotes Web Clipper browser extension (TASK-6) 2026-02-13 15:17:19 -07:00
parakeet-offline.js feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
popup.html feat: add voice note recorder to browser extension 2026-02-24 15:42:34 -08:00
popup.js feat: add voice note recorder to browser extension 2026-02-24 15:42:34 -08:00
voice.html feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00
voice.js feat: add rVoice popup recorder with 3-tier transcription to browser extension 2026-02-24 16:43:57 -08:00