Skip to content

Releases: kjdElectronics/fd-tone-notify

FD Tone Notify – v0.2.0 - Stability and New Features

01 Nov 12:59
Compare
Choose a tag to compare
  • [FEATURE] When ffmpeg is installed (optional) recorded .wav files will automatically be converted to mp3 when a tone is detected. The mp3 file will then be used when sent to all postRecording notifications to save space downstream.
  • [FEATURE] Config files can be created from a csv file.
  • [FEATURE] Adds nine (9) new configuration options in order to better fine tune detection parameters on specific detectors instead of globally. See 84f1044
  • [EXAMPLE] Adds S3 Upload example as an external command. Using and modifying this example will allow users to easily use the external command notification to upload recorded files to AWS S3 or any other S3 compatible cloud storage provider.
  • [ENHANCEMENT] Increases reliability of detecting tones when using an analog input that may have some static
  • [ENHANCEMENT] Increases reliability of detecting high pitched tones (greater than 2kHz)
  • [FIX] Fixes memory leak #12. Thanks @chooper
  • [FIX] Fixes issue with email dates #11. Thanks @chooper
  • [FIX] Fixes thread leak #14. Thanks @chooper
  • [FIX] Fixes post recording WebHook issue #15

FD Tone Notify – v0.1.3

02 Jun 14:22
Compare
Choose a tag to compare
Pre-release

Fixes bug where simultaneous recordings shared the same mic input. This caused premature termination of subsequent recordings when the first recording was terminated resulting in recordings less than the specified minimum recording duration.

FD Tone Notify – v0.1.2

17 May 15:49
Compare
Choose a tag to compare
Pre-release
  • Adds [filename] as a parameter for external commands

FD Tone Notify – v0.1.1

10 May 14:37
Compare
Choose a tag to compare
Pre-release

#1 Fixes detection for long tones
Config files are now written in human readable format at first launch

RPI Binary will be uploaded soon

FD Tone Notify Beta Launch – v0.1.0

19 Mar 15:56
Compare
Choose a tag to compare
Pre-release

https://fdtonenotify.com/index.php/2021/03/19/fd-tone-notify-beta-launch/

Beta Features – v0.1.0

  • Detect any number of tones from 1 to 5+ (no hard limit) with custom set tolerances and match thresholds. High accuracy and granularity to suit various applications
  • Customizable Pre and Post recording notifications including Pushbullet, native webhook support, emails, and external commands. The pre-recording webhook POSTs a JSON body while the Post recording webhook POSTs multipart-form data including the recorded file. The notification system is modular and easily expandable.
  • Cross Platform and tested on the Raspberry Pi 3. The simplicity and low cost of the Raspberry Pi 3 allows new installations to be deployed quickly and cheaply. kjdElectronics will begin selling a Raspberry Pi FD Tone Notify Kit in the near future
  • All Tone Detect functionality to determine the frequency of the tone(s) if they are not known preconfiguration. This functionality is bundled into the same application and is not a separate executable.
  • Secure configuration methods including environment variable support and secrets files for deploying with security in mind
  • Web based remote monitoring interface with the ability to live stream audio.