# Audio Denoise

> Reduces background noise and optionally repairs clipped peaks in audio files using FFmpeg afftdn and adeclip. Use when the user wants audio denoise, noise reduction, hiss removal, room noise cleanup, de-clip, declipping, or batch SFX/voice cleanup before normalization.

- **Type:** Skill
- **Install:** `agentstack add skill-godot-fun-godot-framework-audio-denoise`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [godot-fun](https://agentstack.voostack.com/s/godot-fun)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [godot-fun](https://github.com/godot-fun)
- **Source:** https://github.com/godot-fun/godot-framework/tree/main/.cursor/skills/audio-denoise

## Install

```sh
agentstack add skill-godot-fun-godot-framework-audio-denoise
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Audio Denoise

Reduce background noise via FFmpeg `afftdn`. Optionally repair clipped peaks with `adeclip`.

## Rules

When this skill applies, read and follow [skill-dependency-manager](../../rules/skill-dependency-manager.md) — run scripts as documented, install missing tools into `.dependency/`.

## Quick Start

Default: **denoise only** (`afftdn`), output to `denoised/`:

```bash
.dependency/python/python .cursor/skills/audio-denoise/scripts/denoise.py path/to/audio_or_folder
```

Clipped source (de-clip then denoise):

```bash
.dependency/python/python .cursor/skills/audio-denoise/scripts/denoise.py path/to/audio.wav --declip
```

De-clip only:

```bash
.dependency/python/python .cursor/skills/audio-denoise/scripts/denoise.py path/to/audio.wav --declip-only
```

## Defaults

| Setting | Default | Notes |
|---------|---------|-------|
| Denoise | On (`afftdn`) | `nr=10` dB, `nf=-25` dB — conservative for SFX |
| De-clip | Off | Pass `--declip` or `--declip-only` when needed |

## Common Flags

`--declip` · `--declip-only` · `--no-denoise` · `--nr` · `--nf` · `-r` · `-o` / `--output-dir` · `--dry-run` · `--overwrite`

```bash
.dependency/python/python .cursor/skills/audio-denoise/scripts/denoise.py Audio/SFX -r --dry-run
.dependency/python/python .cursor/skills/audio-denoise/scripts/denoise.py Audio/Voice -nr 8 --declip
```

Originals are never modified. Supported: `.wav`, `.mp3`, `.ogg`, `.flac`, `.aac`, `.m4a`, `.wma`.

## Agent Notes

1. Use the bundled script, not hand-written `afftdn` / `adeclip` filters.
2. **Default is light denoise** — do not raise `--nr` unless the user asks; heavy denoise dulls transients.
3. **Use `--declip`** only when peaks are visibly or audibly clipped; skip for clean recordings.
4. Missing Python/FFmpeg → populate `.dependency/` per skill-dependency-manager, retry same command.
5. **Do not copy, move, or replace the source with denoised output** — tell the user where `denoised/` files are; they swap assets manually when ready.
6. FFmpeg filter details: [reference.md](reference.md)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [godot-fun](https://github.com/godot-fun)
- **Source:** [godot-fun/godot-framework](https://github.com/godot-fun/godot-framework)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-godot-fun-godot-framework-audio-denoise
- Seller: https://agentstack.voostack.com/s/godot-fun
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
