返回顶部
A

Audio音频处理

Process, enhance, and convert audio files with noise removal, normalization, format conversion, transcription, and podcast workflows.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,339
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

Audio

Requirements

Required:

  • - ffmpeg / ffprobe — core audio processing

Optional (for advanced features):

  • - sox — additional noise reduction
  • INLINECODE3 — local transcription (or use API)
  • INLINECODE4 — stem separation

Quick Reference

SituationLoad
FFmpeg commands by taskINLINECODE5
Loudness standards by platform
loudness.md | | Podcast production workflow | podcast.md | | Transcription workflow | transcription.md |

Core Capabilities

TaskMethod
Convert formatsFFmpeg (-acodec)
Remove noise
FFmpeg filters or SoX | | Normalize loudness | ffmpeg-normalize or -af loudnorm | | Transcribe | Whisper → text, SRT, VTT | | Separate stems | Demucs (vocals, drums, bass, other) |

Execution Pattern

  1. 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"INLINECODE13
"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
FLAC
Archive, audiophile | Lossless compressed | | MP3 | Universal sharing | Lossy, 128-320 kbps | | AAC/M4A | Apple, podcasts | Lossy, efficient | | OGG/Opus | WhatsApp, Discord | Lossy, 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 INLINECODE20
  • 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 audio-1776419949 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 audio-1776419949 技能

通过命令行安装

skillhub install audio-1776419949

下载

⬇ 下载 Audio v1.0.1(免费)

文件大小: 9.32 KB | 发布时间: 2026-4-17 19:24

v1.0.1 最新 2026-4-17 19:24
Declare required binaries (ffmpeg, ffprobe), add requirements section with optional deps, add explicit scope

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部