← 返回
效率工具

Audio

Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.
处理、提升并转换音频文件,包含降噪、归一化、格式转换、转录和播客工作流。
ivangdavila
效率工具 clawhub v1.0.1 1 版本 99875.8 Key: 无需
★ 2
Stars
📥 2,373
下载
💾 52
安装
1
版本
#latest

概述

Requirements

Required:

  • ffmpeg / ffprobe — core audio processing

Optional (for advanced features):

  • sox — additional noise reduction
  • whisper — local transcription (or use API)
  • demucs — stem separation

Quick Reference

SituationLoad
-----------------
FFmpeg commands by taskcommands.md
Loudness standards by platformloudness.md
Podcast production workflowpodcast.md
Transcription workflowtranscription.md

Core Capabilities

TaskMethod
--------------
Convert formatsFFmpeg (-acodec)
Remove noiseFFmpeg filters or SoX
Normalize loudnessffmpeg-normalize or -af loudnorm
TranscribeWhisper → text, SRT, VTT
Separate stemsDemucs (vocals, drums, bass, other)

Execution Pattern

  1. Clarify goal — What format? What loudness? What platform?
  2. Analyze sourceffprobe for codec, sample rate, channels, duration
  3. Process — FFmpeg/SoX for transformation
  4. Verify — Check output plays, meets specs, sounds correct
  5. Deliver — Provide file to user

Common Requests → Actions

User saysAgent does
-----------------------
"Convert to MP3"-acodec libmp3lame -q:a 2
"Remove background noise"Apply highpass/lowpass or dedicated denoiser
"Normalize for podcast"-af loudnorm=I=-16:TP=-1.5:LRA=11
"Transcribe this"Whisper → output SRT/VTT/TXT
"Extract audio from video"-vn -acodec copy or re-encode
"Make it smaller"Lower bitrate: -b:a 128k or -b:a 96k
"Speed up 1.5x"-af atempo=1.5

Format Quick Reference

FormatUse CaseQuality
---------------------------
WAVMaster, editingLossless
FLACArchive, audiophileLossless compressed
MP3Universal sharingLossy, 128-320 kbps
AAC/M4AApple, podcastsLossy, efficient
OGG/OpusWhatsApp, DiscordLossy, very efficient

Quality Defaults

  • Podcast: -16 LUFS (Spotify), -19 LUFS (Apple)
  • Music: -14 LUFS (Spotify), -16 LUFS (Apple Music)
  • MP3 quality: VBR -q:a 2 (~190 kbps) or CBR -b:a 192k
  • Sample rate: 44.1kHz for music, 48kHz for video sync

Scope

This skill:

  • Processes audio files user explicitly provides
  • Runs FFmpeg commands on user request
  • Does NOT access cloud services without user knowing
  • Does NOT store files persistently (user manages their files)

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 01:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,416
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,004
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,920