Skip to content

Releases: PRX/eas-detect

v0.2.0

08 Apr 15:46
v0.2.0
67692dd

Choose a tag to compare

Added

  • ffmpeg now needed for both decoding audio and filtering
  • It is not included (install however you like!), but will cause errors if it is missing

Changed

  • Bandpass logic now using a complex filter in ffmpeg instead of sox
  • Decode also using ffmpeg, which should support more audio encodings than sox
  • Change to use ffmpeg motivated by it being more common and having ready static builds

Removed

  • No more sox dependency

v0.1.0

09 Apr 20:58
2f58d19

Choose a tag to compare

Added

  • First release!
  • Uses sox and multimon-ng and some DSP code to detect attention and fsk tones.
  • Attempts to detect even if the tones are incomplete, low energy, or mixed.
  • Includes a sensitive mode which gets false positives on some audio (e.g. music)