Skip to content

v1.5.0 — Audio quality, AI journals, Monitor fix

Choose a tag to compare

@Xpiatio Xpiatio released this 23 May 13:40
· 93 commits to main since this release
067fbc7

What's new

Audio quality improvements

  • Bandpass filter, 48 kHz upsampling, and thread safety for the Monitor audio stream
  • RMS normalisation before Whisper transcription and soft mute/unmute fade

AI session journals

  • Enrich journal entries with per-callsign locations and full transcript
  • Generate log entry button added next to Clear chat
  • View menu items regrouped logically by feature

Bug fixes & polish

  • Fix: Monitor button stays unchecked when Listen stops (ghost-on state)
  • Fix: RuntimeWarning, journal thread leak, and Ctrl+C crash eliminated
  • Fix: Piper voice models now bundled into .deb for offline install
  • Docs: README and user manual updated throughout

Installation

Download gmrs-tty_1.5.0_amd64.deb and install:

```bash
sudo dpkg -i gmrs-tty_1.5.0_amd64.deb
sudo apt-get install -f # resolve any missing deps
```

Requires: Debian 13 / LMDE 7 (or compatible), x86-64, Python 3.13