Skip to content

1.4.0

Choose a tag to compare

@Mattk70 Mattk70 released this 01 Mar 20:50
· 1446 commits to master since this release

A lot of work behind the scenes has eliminated the need to extract compressed files and cache the resulting WAV files in Chirpity. Now, loading an mp3, mp4 or other compressed file happens immediately, without the 'Decompressing file' stage. Using a streaming pipeline, these files are read, decompressed on the fly and rendered to the UI. This approach has also unlocked the key new feature for this release...

  • There is now an option to normailse audio levels in settings
  • Exported detection CSV files now contain latitude, longitude and the location of the detections, according to the files' recording location. (see #57 )
  • The c. 25,000 file analysis limit has been removed

Bug fixes

  • Where files in a batch analysis were recorded concurrently, the results for each timestamp are not overwritten. (Fixes #59 )

Full Changelog: https://github.com/Mattk70/Chirpity-Electron/commits/v1.4.0