zalogarcia

Enhance Audio — Development skill for Claude Code

Development community

Enhance and clean up audio in video/audio files using FFmpeg filters.

How to install Enhance Audio

Installs to ~/.claude/skills/zalogarcia-zalo-claude-code-setup-enhance-audio/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zalogarcia-zalo-claude-code-setup-enhance-audio && curl -fsSL https://raw.githubusercontent.com/zalogarcia/zalo-claude-code-setup/HEAD/commands/enhance-audio.md -o ~/.claude/skills/zalogarcia-zalo-claude-code-setup-enhance-audio/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Enhance Audio does

Enhance and clean up audio in video/audio files using FFmpeg filters. Removes noise, normalizes volume, and improves speech clarity.

Usage

Provide the file path and optionally a preset:

/enhance-audio /path/to/video.mp4
/enhance-audio /path/to/audio.wav light
/enhance-audio /path/to/video.mp4 heavy

Instructions

  1. First, analyze the audio:
ffprobe -v quiet -print_format json -show_format -show_streams -select_streams a "$FILE_PATH"

Report: duration, codec, sample rat

Alternatives in Development

  • Speech — Generate spoken audio from text using OpenAI's API with built-in voices 14.6k ★
  • Portaljs Add Geo — Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a 2.3k ★
  • Prompt Sensei — Local-first prompt coach for Claude Code and Codex that improves prompts, observes prompting habits, and analy 107 ★

Full documentation available on GitHub

View Source Repository