4cfad5ae0f
- 全新ui - 全面优化websocket逻辑,提高数字人和ui连接的稳定性及资源开销 - 全面优化唤醒逻辑,提供稳定的普通唤醒模式和前置词唤醒模式 - 优化拾音质量,支持多声道麦克风拾音 - 优化自动播放服务器的对接机制,提供稳定和兼容旧版ue工程的对接模式 - 数字人接口输出机器人表情,以适应新fay ui及单片机的数字人表情输出 - 使用更高级的音频时长计算方式,可以更精准控制音频播放完成后的逻辑 - 修复点击关闭按钮会导致程序退出的bug - 修复没有麦克风的设备开启麦克风会出错的问题 - 为服务器主机地址提供配置项,以方便服务器部署
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"attribute": {
|
|
"age": "\u6210\u5e74",
|
|
"birth": "Github",
|
|
"constellation": "\u6c34\u74f6\u5ea7",
|
|
"contact": "qq467665317",
|
|
"gender": "\u5973",
|
|
"hobby": "\u53d1\u5446",
|
|
"job": "\u52a9\u7406",
|
|
"name": "\u83f2\u83f2",
|
|
"voice": "\u6653\u6653(azure)",
|
|
"zodiac": "\u86c7"
|
|
},
|
|
"interact": {
|
|
"QnA": "",
|
|
"maxInteractTime": 15,
|
|
"perception": {
|
|
"chat": 10,
|
|
"follow": 10,
|
|
"gift": 10,
|
|
"indifferent": 10,
|
|
"join": 10
|
|
},
|
|
"playSound": true,
|
|
"visualization": false
|
|
},
|
|
"items": [],
|
|
"source": {
|
|
"automatic_player_status": false,
|
|
"automatic_player_url": "http://127.0.0.1:6000",
|
|
"liveRoom": {
|
|
"enabled": true,
|
|
"url": ""
|
|
},
|
|
"record": {
|
|
"channels": 0,
|
|
"device": "",
|
|
"enabled": true
|
|
},
|
|
"wake_word": "\u4f60\u597d",
|
|
"wake_word_enabled": true,
|
|
"wake_word_type": "front"
|
|
}
|
|
} |