Skip to content
Zed

loudcheck for Zed

io.github.chaoz23/loudcheck

Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.

client:Zed transport:stdio runtime:pypi

Install loudcheck in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

loudcheck in other clients