Skip to content

v0.1.0

Choose a tag to compare

@jkeychan jkeychan released this 03 Aug 17:26
169b249

Initial release: frame-accurate, lossless MP3 splitting and duration parsing in pure Python.

  • Pure-Python MPEG Layer III frame parsing — no ffmpeg, no subprocess, no decode step
  • Handles ID3v2 tags, Xing/Info/VBRI VBR headers, and LAME gapless delay/padding
  • Duration parsing cross-validated against mutagen to the millisecond
  • Fuzzed (ClusterFuzzLite + atheris), CodeQL, full test suite across Python 3.10-3.14

Not yet published to PyPI.