feat: CCA 唱词助手子项目 v3 — 脚本版流水线完成

新增 cca/ 子项目:编导A稿+人声音频 → ASR+AI校对+AI折行 → 5段SRT字幕。
- 讯飞录音文件转写标准版(热词注入)
- DeepSeek AI校对(严格纪律:只改错别字/术语/填充词,不润色)
- DeepSeek AI折行(语义断句,≤14字/行)
- 节目结构自动切分(导视/正片×3/预告)
- 绝对时间戳SRT输出(大洋系统兼容)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
simonkoson
2026-07-04 15:25:08 +08:00
parent 1ccb37f0c7
commit ede30d3043
21 changed files with 5530 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# 讯飞录音文件转写标准版(不是大模型版)
# 控制台: https://console.xfyun.cn/
XFYUN_APP_ID=your_app_id
XFYUN_SECRET_KEY=your_secret_key
# DeepSeek V4 Pro(用于专有名词提取 + 校对)
DEEPSEEK_API_KEY=your_deepseek_api_key