

Whispr Notes — On-Device Real-Time Speech Transcription
Expo / React Native app that transcribes speech in real time entirely on-device with OpenAI Whisper Base (EN) through ExecuTorch — no server, no API keys, no audio leaving the phone. 100 ms audio buffers are streamed into the model as you speak, an FSMN voice-activity model commits text after ~300 ms of silence, and raw PCM is written straight to a WAV file on disk so recording length is bounded by free space rather than memory. Transcripts are saved as searchable, taggable notes with playback and txt/json/srt export.