Skip to content

Releases: iluvcapra/wavinfo

v3.1.0 — Sampler Metadata and Interactive Mode

25 Nov 19:21
94563f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0 — Now's the Time

25 Oct 19:39
9b4f3d7
Compare
Choose a tag to compare

Collecting a bunch of breaking changes and publishing now as 3.0.0. Pay attention to the renamed parameter in WavInfoReader's init which may break som code.

Also significant additions to code quality, CI and documentation, and Python 3.13 support.

What's Changed

Full Changelog: v2.3.0...v3.0.0

v2.3.0

08 Nov 16:11
6654a19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

Version 2.2.1 — Build Fix

30 May 23:05
453606d
Compare
Choose a tag to compare

Have removed requirements.txt from docs/. It was causing dependabot to issue warnings and it was no longer needed.

In order to install the dependencies for building docs, use the optional dependencies syntax with pip:

python3 -m pip install wavinfo[doc]

or

python3 -m pip install -e .[doc]

Version 2.2.0

26 Feb 19:38
Compare
Choose a tag to compare
  • Added support for Steinberg iXML metadata
  • Adopted modern pyproject.toml build specification
  • Fixed a bug with stream reading

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

27 Nov 03:04
Compare
Choose a tag to compare
  • Dolby dbmd metadata support for Dolby Atmos ADM files.
  • ADM metadata features, access to more of the ADM schema, including content, programme, object and pack entities and their relationship to in-file tracks.
  • --ixml and --adm command-line options.
  • Many documentation additions.

Full Changelog: v2.0.2...v2.1.0

Version 2.0.1 — ADM and Fixes

24 Nov 03:16
Compare
Choose a tag to compare
  • ADM metadata now added to WavInfoReader.to_dict().
  • ADM metadata added to wavinfo CLI output.
  • ADM documentation.
  • An error that occurred when reading INFO metadata from certain WAV files has been fixed.

Full Changelog: v2.0.0...v2.0.2

Version 2.0.0 — ADM Support

23 Nov 22:52
2266cc5
Compare
Choose a tag to compare
  • ADM Support: ADM metadata is read and basic channel metadata/packs/speaker assignments can be read.
  • A .devcontainer has been added to help people who want to work on this project in a GitHub codespace.
  • Tweaked the Mastodon publish notifications, added hashtags.
  • Added testing for Python 3.11 to the test matrix.

Full Changelog: v1.7.2...v2.0.0

Version 1.7.2 — Streamlined Requirements

20 Nov 20:26
ec42ee1
Compare
Choose a tag to compare
  • #13 has been fixed, I've started over with my venv and created separate venvs for the project and the documentation. This has significantly reduced the number of dependencies.
  • Have added an action to the publish workflow that will push a status update to my Mastodon account (@[email protected]) whenever a new release is published.

Version 1.7.1 — Documentation

17 Nov 04:47
a3365c1
Compare
Choose a tag to compare

This release cleans up the documentation on readthedocs.io and adds a bunch of type annotations to make the library more useable.