Releases: warith-harchaoui/audio-helper
Releases · warith-harchaoui/audio-helper
Release list
v1.6.1
audio-helper v1.6.0
Part of the AI Helpers local-first suite. See CHANGELOG.md for this release's changes.
audio-helper v1.5.9
Documentation
- Complete Numpy-style docstrings and full type annotations across the package per CODING.md (API endpoints return types, CLI argparse handlers).
audio-helper v1.5.8
Documentation
- Harmonize README/LISEZMOI to the AI Helpers common structure (single H1, PyPI + source install paths, refreshed version pins to v1.5.8); no code changes.
audio-helper v1.5.7
Documentation
- Finalize suite wording: describe capabilities in plain language
(Voice Activity Detection, Speech to Text, Speech Synthesis, source
separation) instead of specific tool names, for consistency across the
suite's descriptions and the documentation site.
audio-helper v1.5.6
Maintenance
- Apply the project coding standards across the package and
tests/:
Numpy-style docstrings on every function/class (including private and
nested helpers), full type annotations withfrom __future__ import annotations, and comment density raised above the floor in every
module. No public API or behavior changes. - Route library logging through the os-helper logging surface
(osh.info/warning/error) and adopt os-helper path/file utilities
more widely; pinos-helper>=1.5.0. - Refresh the project logo asset.