Skip to content

V1.2.0

Choose a tag to compare

@deanhume deanhume released this 23 Jun 16:06
· 23 commits to main since this release

πŸŽ™οΈ Voice recording & local transcription

Meeting Notes can now record audio and turn it into text β€” right inside a note,
fully offline. Hit Record, talk through your meeting, and the transcript is
written straight into the note.

What's new

  • Record button in the note editor β€” capture speech and transcribe it into the note.
  • 100% on-device β€” transcription runs locally via Whisper. No audio ever leaves
    your machine, nothing is uploaded, and it works with no internet connection.
  • Audio is never stored β€” recordings are transcribed in memory and discarded;
    only the resulting text is saved.

Notes

  • Transcription is appended to the note you have open.
  • Speech-to-text uses CPU and runs at roughly 1.5Γ— the audio length, so a few
    minutes of audio takes a short moment to process.

πŸ”„ Update is delivered automatically β€” restart when prompted.