05-04-2026

Automated Vowel Formant Extraction with AI

For linguists working with Claude: I have released formant-extraction-skill, a skillset that takes a monolingual American English interview recording from raw audio to a vowel-formant CSV in a single prompt. The pipeline runs Whisper + ECAPA-TDNN diarization, FAVE/MFA or BAS WebMAUS forced alignment, and FAVE-extract or a headless Praat script — driven by natural-language prompts rather than command-line invocations.


The skillset runs in either Claude Cowork (the desktop app) or Claude Code (the CLI/IDE extension). Two human-in-the-loop gates pause for transcript correction and alignment review before the pipeline continues.


To try it:

ln -s "$(pwd)/formant-extraction-setup" ~/.claude/skills/formant-extraction-setup

The README has sample prompts for partial pipelines (e.g. if you already have a TextGrid transcript and only need alignment + extraction), batch-processing guidance, and citation info. v1 covers English only; bilingual support is planned for v2.