Skip to content

Releases: warith-harchaoui/audio-helper

v1.6.1

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 01 Aug 07:26

Release v1.6.1: drop the MCP surface (upstream fastapi-mcp/mcp incompatibility), move agent skill to .private/

audio-helper v1.6.0

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 20 Jul 02:27

Part of the AI Helpers local-first suite. See CHANGELOG.md for this release's changes.

audio-helper v1.5.9

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 18 Jul 02:42

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

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 15 Jul 10:20

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

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 14 Jul 19:16

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

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 14 Jul 18:14

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 with from __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; pin os-helper>=1.5.0.
  • Refresh the project logo asset.

audio-helper v1.5.5

Choose a tag to compare

@warith-harchaoui warith-harchaoui released this 13 Jul 06:46

Initial public release of audio-helper v1.5.5.

See README, EXAMPLES and CHANGELOG.