Skip to content

Binot v1.0.1

Choose a tag to compare

@DENSLnetion DENSLnetion released this 21 Jun 09:19
· 186 commits to main since this release
b022c5e

Warning

Backup your data before updating. This update includes changes to the app database schema. If you experience a force close after updating, clearing the app data will resolve the issue.

v1.0.1

New Features

Recording Modes

Two recording modes are now available in Settings:

  • Fast Mode — Uses standard Speech-to-Text for real-time transcription. Lightweight and battery-friendly, no audio file stored.
  • Accurate Mode — Records long sessions (hours) by saving audio and processing it with Gemini AI when the note is opened. Produces cleaner punctuation, grammar, and technical/math terminology. Live transcription is disabled in this mode.

Transcript Editing

Transcription results can now be manually edited directly within the app.

Text Highlight

Selected text in transcription results can be highlighted and annotated with custom notes.

AI Explain

Select any term or concept in a transcription to get an instant explanation powered by Gemini, without leaving the app.


Improvements

  • Gemini File API — Accurate Mode now uses Gemini File API instead of inline Base64 encoding, removing RAM limitations for long recordings.
  • Waveform Sensitivity — Amplitude visualization in Accurate Mode now uses logarithmic dB calculation at 33 FPS for more responsive feedback on quiet audio.
  • Recording Guard — Switching recording modes mid-session now triggers a warning to prevent accidental data loss.
  • Processing Indicator — Upload, processing, and transcribing stages are now shown as distinct steps while Gemini processes audio.