cerevox 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@
35
35
  - 在每个场景中指定选定的voice_id
36
36
  - 可反复修改 story_board.json 直至每个场景的 start_frame 都包含完整的该场景出现角色的信息,检查一致性
37
37
  4. 严格按顺序为每个场景生成素材:
38
- - `generate-scene-tts`生成配音(确定时长)
38
+ - `generate-scene-tts`生成配音(确定时长:接口返回数据中durationMs为配音时长)
39
39
  - `generate-image`生成首帧图片→`generate-video`生成视频(‼️视频时长应与配音时长匹配:视频时长=ceil(配音秒数))
40
40
  - 视频生成回退策略:
41
41
  - 优先使用`generate-video`生成动态视频
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",