Skip to content

Releases: robotastic/trunk-recorder

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

Improved Dockerfile

17 May 02:26
Compare
Choose a tag to compare
Updating Dockerfile

Installing the compiled binary to a global dir and then running it from /app

Improved Analog Filtering

15 May 14:22
9da5508
Compare
Choose a tag to compare
Merge pull request #458 from leee/leee-analog-audio-bandpass

Add low pass filter to analog recorder audio flow

Reverting Valve Experiment

15 May 14:14
Compare
Choose a tag to compare
Revert "Merge pull request #452 from robotastic/post-valve"

This reverts commit d104d64b52f1f813bb5b05121d131f24086f221d, reversing
changes made to a4e5cd285f06d356414a1654c752aefeb135a72d.

Analog Improvements

15 May 13:35
Compare
Choose a tag to compare

Improvements to the Analog filtering and a fix for the start_time problems for conventional calls.

Will Docker Build?

26 Mar 13:43
3d8beef
Compare
Choose a tag to compare
Merge pull request #448 from robbiet480/armv7-docker

Unified Dockerfile that gets builds working on armv7 and optimizes deps

Version 3.3.1 - GitHub Workflow

23 Mar 01:21
80e8169
Compare
Choose a tag to compare

Testing out improved Docker auto build

Version 3.3.0 Dynamic Recorders

11 Mar 02:35
ee51584
Compare
Choose a tag to compare
  • Modulation is no longer set for each source. Instead a digital recorder can dynamically switch modulation depending on what system is being recorded.