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 https://github.com/bbc/audio-offset-finder/pull/43
* Add stderr text to exception thrown when ffmpeg invocation fails by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/42
* Update LICENSE file by chrisn in https://github.com/bbc/audio-offset-finder/pull/45
* Add links to similar projects by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/46
* Update librosa by chrisn in https://github.com/bbc/audio-offset-finder/pull/52
* Update Python compatibility information in README.md by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/53
* Add exception handler by chrisn in https://github.com/bbc/audio-offset-finder/pull/51
* Broaden the search range by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/55
* Use of `pipx` on macOS by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/56
* Fix actual and expected values in test assertions by chrisn in https://github.com/bbc/audio-offset-finder/pull/57
* Fix search-broadening bugs by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/58
* Remove default trim by stephenjolly in https://github.com/bbc/audio-offset-finder/pull/59
**Full Changelog**: https://github.com/bbc/audio-offset-finder/compare/v0.5.3...v0.5.4