Clean up and denoise audio in PandaStudio

PandaStudio denoises a clip's audio on-device, removing background hiss and room noise so voices sound clean without sending audio to a cloud.

Run one pass to strip background noise, hum, and room tone from a clip. It runs on your machine and attaches the cleaned audio to the clip, so the export uses the clean version automatically.

In the app

  1. 1Open the Audio tab.
  2. 2Choose Clean audio for the clip.
  3. 3Wait for the pass to finish; the cleaned track is used on export.

Ask the AI

Open the AI chat in the editor and say any of these. The agent does the edits for you.

Clean up the audio, there's background hiss.
Denoise this clip.

CLI & MCP

Every capability is a verb, reachable from the terminal or from an MCP agent (Claude Code, Cursor, Cline, Continue, Claude Desktop).

audio.clean
pandastudio audio.clean --id=$ID

Async; poll job.wait for completion.

audio.probe
pandastudio audio.probe --id=$ID

Check levels and silence before or after cleaning.