Skip to content

Releases: robotastic/trunk-recorder

v4.2.2

16 Dec 01:27
Compare
Choose a tag to compare

Patching a Seg Fault

v4.2.1

15 Dec 19:13
Compare
Choose a tag to compare

What's Changed

  • Increase timeout for removing stale talkgroup patches by @aaknitt in #576
  • Talkgroup patching priority fix by @aaknitt in #579

Full Changelog: v4.2.0...v4.2.1

v4.2.0

12 Dec 14:24
Compare
Choose a tag to compare
  • Added support for tracking System Patches
  • Simple Streaming Plugin
  • Switch from Floats to int16 for decoder->wav
  • Resets the garnder costas clock in convetional mode after each transmission

v4.1.1

02 Dec 02:11
e1048cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0 - OP25 Update

21 Nov 13:54
51899ee
Compare
Choose a tag to compare
  • pulls in the latest version of OP25

v4.0.3 P25 Conventional support

25 Oct 02:04
a8a7b06
Compare
Choose a tag to compare
  • Fixed support for P25 Conventional recorders.
  • Changes CMD in the dockerfile so it is run in a shell

v4.0.2 Call Update Bug Fix

18 Oct 02:01
Compare
Choose a tag to compare

Fixes a bug around call update tracking. Calls would stay active if there was activity on the Recorder, even after it had stopped receiving grants/updates on the Trunking Channel. This change was originally added for unit/unit calls.

4.0.1 Formatting and build fixes

17 Oct 12:28
f2852b4
Compare
Choose a tag to compare

What's Changed

  • Fedora and Arch Linux build support
  • Fixes to formatting
  • Status Socket plugin improvements

v4.0 - Conversation Mode

10 Oct 14:01
Compare
Choose a tag to compare
  • The executable generated has changed from recorder to trunk-recorder to help differentiate it from other applications that maybe installed.
  • A new method is used to detect the end of call. Instead of waiting for a timeout after the last trunking message is recieved, the voice channel is monitored for messages announcing the end of a transmission. Each transmission is stored in a separate file and then merged together after a talkgroup stops using a frequency.
  • The format for audio filenames has changed slightly. It is now: [ Talkgroup ID ][ Unix Timestamp ]-[ Frequency ]-call[ Call Counter ].wav

Support for max duration

21 May 12:14
dcbbc4e
Compare
Choose a tag to compare
Merge pull request #480 from leee/leee-max-duration

Add maximum call duration to split long calls