Skip to content

Releases: unohee/audioman

v0.2.0 — EDL workflow, FFT diagnostics, OBS multitrack diagnosis

Choose a tag to compare

@unohee unohee released this 10 May 02:04
3a59a0d

Highlights

Added

  • EDL workflow: non-destructive 편집 + spectrum diagnostics (audioman edl)
  • Mastering / voiceover / QC: loudness, VAD, fader 도구 + DSP/plugin 확장
    • audioman master, audioman vo {analyze,process}, audioman fader-test, audioman fader-compare
    • core: aesthetic, loudness, qc, vad, voiceover, plugin_analysis, multitrack_player, test_signal
  • OBS multitrack diagnosis: audioman obs probe / audioman obs dry-run
    • 트랙 토폴로지 분류: multitrack / single / duplicated / silent
    • 활성 트랙 분류: voice / music / fullmix / silent (VAD speech ratio + 스펙트럼 대역 + hf slope)
    • 처치 룰 엔진: hum / clipping / DC offset / clicks / phase / channel imbalance
    • 동일 RMS 신호 그룹 자동 검출 + mirror map
    • dry-run only — 실제 처리는 후속 명령이 결정

Changed

  • obs probe 기본 동작이 영상 전체 스캔으로 변경 (기존: 앞 15초만). 산발적 신호 트랙이 silent로 오분류되는 문제 해결.

Tests

  • 단위 테스트 추가: test_aesthetic, test_dsp, test_edl, test_loudness, test_obs, test_qc
  • OBS 회귀 테스트: test_probe_topology_full_scan_catches_late_signal, test_probe_topology_default_is_full_scan

Install / Clone

git clone https://github.com/unohee/audioman.git
cd audioman
git checkout v0.2.0
python3.12 -m venv .venv && source .venv/bin/activate
pip install -e .
audioman --version  # → audioman 0.2.0

Full Changelog

v0.1.0...v0.2.0

v0.1.0 — Phase 1: iZotope RX 10 CLI Control

Choose a tag to compare

@unohee unohee released this 21 Mar 13:45

audioman v0.1.0

Cross-platform CLI wrapper for VST3/AU audio plugins.

Features

  • Plugin discovery: Auto-scan VST3/AU plugins with short-name aliases
  • Single plugin processing: audioman process with parameter control
  • Multi-pass adaptive mode: --passes 2 for noise profile learning
  • Chain processing: Sequential multi-plugin pipelines
  • Batch processing: Directory input with --recursive support
  • Preset management: Save/load/list/delete parameter presets
  • Parameter dump: JSON/JSONL export of plugin states (audioman dump --all)
  • JSON output: --json flag on all commands for AI agent integration

Verified Plugins

All 15 iZotope RX 10 VST3 plugins fully compatible.

Install

git clone https://github.com/unohee/audioman.git
cd audioman
uv sync