Ffmpeg Audio

The prod audio convention made declarative — coerce any container (.m4a/.mp3/.webm/.wav) to mono 16 kHz signed-16-bit PCM WAV (`-ac 1 -ar 16000 -c:a pcm_s16le`), the input shape voiceprint, diarization, whisper, and training pipelines expect. Four ops (normalize · trim · concat · probe) plus a YAML reconcile mode. Idempotent, dry-run by default (nothing runs without --apply). Use when the user says "normalize this audio", "make a 16k wav", "extract an enroll clip", "convert to mono 16k", "prep audio for whisper/diarization", or "batch-convert these recordings".

iansteitz1-eng 5c0d462 9 files · 27.9 KB Updated

File contents

iansteitz1-eng/aria-skills/tree/main/ffmpeg-audio commit 5c0d46296b

Frequently asked questions

npx skillmds@latest add iansteitz1-eng/ffmpeg-audio