Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 407 Bytes

File metadata and controls

8 lines (6 loc) · 407 Bytes

Control Audio Add-on

  • If you need to use python, use uv run python.
  • Purpose: SRS helper for practicing riffs with controllable playback.
  • Features: pitch shift, slowdown/speedup, and loop support driven by mpv through Anki hooks.
  • Entry point: audio_controls.py registers hooks, menu actions, and a small control widget.

IMPORTANT: ./check.sh MUST pass after every change in this repo.