Releases: robotastic/trunk-recorder
Releases · robotastic/trunk-recorder
4.0.1 Formatting and build fixes
What's Changed
- Fedora and Arch Linux build support
- Fixes to formatting
- Status Socket plugin improvements
v4.0 - Conversation Mode
- 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
Merge pull request #480 from leee/leee-max-duration Add maximum call duration to split long calls
Improved Dockerfile
Updating Dockerfile Installing the compiled binary to a global dir and then running it from /app
Improved Analog Filtering
Merge pull request #458 from leee/leee-analog-audio-bandpass Add low pass filter to analog recorder audio flow
Reverting Valve Experiment
Revert "Merge pull request #452 from robotastic/post-valve" This reverts commit d104d64b52f1f813bb5b05121d131f24086f221d, reversing changes made to a4e5cd285f06d356414a1654c752aefeb135a72d.
Analog Improvements
Improvements to the Analog filtering and a fix for the start_time problems for conventional calls.
Will Docker Build?
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
Testing out improved Docker auto build
Version 3.3.0 Dynamic Recorders
- Modulation is no longer set for each source. Instead a digital recorder can dynamically switch modulation depending on what system is being recorded.