This commit is contained in:
songwei
2025-07-18 14:54:31 +08:00
parent 2332b18556
commit dd03d78aca
2 changed files with 0 additions and 23 deletions

View File

@@ -76,20 +76,6 @@ D --> E[5. 播放控制与动作联动]
E --> F[6. 资源释放与结束会话]
```
```
1.准备资源:同步数字人所需的基础配置和模型文件
2.初始化服务initBaseModel:digitalModel:showView:
3.启动渲染toStart:
4.驱动播报toWavPcmData:(流式驱动)
5.停止播报stopPlaying:(主动停止)
6.释放资源toStop结束渲染
```
---
## 六、快速开始示例

View File

@@ -73,15 +73,6 @@ D --> E[5. Playback control & motion sync]
E --> F[6. Release resources & end session]
```
```
1. Prepare resources: Digital human base config + model files
2. Initialize service: initBaseModel:digitalModel:showView:
3. Start rendering: toStart:
4. Drive broadcast: toWavPcmData: (streaming)
5. Stop broadcast: stopPlaying: (active stop)
6. Release resources: toStop (end rendering)
```
---
## 6. Quick Start Example