v0.5.4
This release fixes a logic error that was restricting the range of offsets being searched when the two audio files were very dissimilar in length. In addition, the README file now documents all the command line parameters of the tool.
What's Changed
- Add automated testing on Python 3.11 by @stephenjolly in #43
- Add stderr text to exception thrown when ffmpeg invocation fails by @stephenjolly in #42
- Update LICENSE file by @chrisn in #45
- Add links to similar projects by @stephenjolly in #46
- Update librosa by @chrisn in #52
- Update Python compatibility information in README.md by @stephenjolly in #53
- Add exception handler by @chrisn in #51
- Broaden the search range by @stephenjolly in #55
- Use of
pipx
on macOS by @stephenjolly in #56 - Fix actual and expected values in test assertions by @chrisn in #57
- Fix search-broadening bugs by @stephenjolly in #58
- Remove default trim by @stephenjolly in #59
Full Changelog: v0.5.3...v0.5.4