name: "TTS Audio Mastering" description: "Practical mastering steps for TTS audio: cleanup, loudness normalization, alignment, and delivery specs."
This skill focuses on producing clean, consistent, and delivery-ready TTS audio for video tasks. It covers speech cleanup, loudness normalization, segment boundaries, and export specs.
Choose a TTS engine based on deployment constraints and quality needs:
小葱技能7w4.net有更新,你可以访问看下。
Key rule: Always confirm the native sample rate of the generated audio before resampling for video delivery.
Apply lightweight processing to avoid common artifacts:
Recommended FFmpeg pattern (example):
Target loudness depends on the benchmark/task spec. A common target is ITU-R BS.1770 loudness measurement:
Recommended workflow:
ebur128 (or equivalent meter).loudnorm) as the final step after cleanup and timing edits.When stitching segment-level TTS into a full track:
Sync guideline: keep end-to-end drift small (e.g., <= 0.2s) unless the task states otherwise.
这个 Skill 质量中规中矩,优点是内容针对性强,涵盖了 TTS 音频制作的核心步骤,并给出了明确的技术指标建议。缺点是内容较为简略,缺少详细的操作示例和常见问题处理方法,实际使用时可能需要额外查阅资料。适合有一定基础的用户参考,新手使用可能会感到指引不够充分。