Companion release to vezir 0.8.11 (MP3 upload support).
Added
- MP3 session-dir discovery.
millet transcribe <session_dir>and_find_session_files(used bylabel,ingest,enroll,sync) now discover*.mp3audio, in addition to*.wavand*.ogg. Preference order is WAV → OGG → MP3; the discovered audio is still surfaced under the"wav"key for backward compatibility. - Decoding already worked for any ffmpeg-readable format (
whisperx.load_audiois ffmpeg-backed); only the directory-discovery globs were restricted. An explicitmillet transcribe path/to/file.mp3already worked and is unchanged.
Release note
This is a re-release of the 0.12.13 tag, whose CI build produced the wrong version (the static version in pyproject.toml had not been bumped, only __init__.py), so PyPI rejected it as a duplicate of 0.12.12. No code changes versus 0.12.13.