Releases: bbc/audio-offset-finder
Releases · bbc/audio-offset-finder
v0.5.5
What's Changed
- Add GitHub Actions workflow to semi-automatically publish a package to PyPI by @stephenjolly in #60
- Update codeql version and authors list by @stephenjolly in #62
- Bugfix publish.yml by @stephenjolly in #63
- Install build dependency for publishing to PyPI by @chrisn in #64
Full Changelog: v0.5.4...v0.5.5
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
v0.5.3
Fix several minor bugs, including a common issue whereby people could not run the script directly from the command line.