media-sox
Installation
SKILL.md
Media Sox
Context: $ARGUMENTS
Quick start
- Convert/resample/rebit:
sox in.wav -r 48000 -b 16 -c 2 out.flac→ Step 3 - Trim silence:
sox in.wav out.wav silence 1 0.1 1% -1 0.5 1%→ Step 3 - Denoise (2-pass): profile then reduce → Step 3 (Denoise recipe)
- Peak normalize:
sox --norm in.wav out.wav→ Step 3 - Synth test tone:
sox -n out.wav synth 3 sine 440→ Step 3 - Probe/stats:
sox --i in.wavorsox in.wav -n stats→ Step 3