Skip to content

Releases: benfmiller/audalign

Python 3.11 support

08 Jan 05:00
732084c
Compare
Choose a tag to compare

A few bugfixes and improvements.

Please see changelog for more details.

New API. More extensible and configurable recognizers

10 Jan 02:45
Compare
Choose a tag to compare
  • Removed Audalign class, changed to module methods
  • Recognitions are done with recognizer objects
  • Configuration is done through config objects held by recognizers
  • Spectrogram freq_threshold works on hertz rather than specgram bands
  • Fingerprint alignments are not independent anymore, so removed load_fingerprints option in alignments

Correlation and Fixes

29 Apr 01:12
Compare
Choose a tag to compare

Added cross-correlation-based recognitions and alignments.
Fixed Locality.

Locality and file windows

26 Feb 23:52
Compare
Choose a tag to compare

Added locality option to specify the maximum width of each recognition.
Added start and end windows to functions that support it so you can specify regions of files to fingerprint or recognize.

v0.1.5

26 Feb 23:36
Compare
Choose a tag to compare
Merge branch 'working' into main