Skip to content

Commit

Permalink
助理版多处优化
Browse files Browse the repository at this point in the history
1、解决多声道麦克风兼容问题;
2、重构fay_core.py及fay_booter.py代码;
3、ui适应布局调整;
4、恢复男女声音选择;
5、”思考中...“显示逻辑修复。
  • Loading branch information
xszyou committed Jun 14, 2023
1 parent ae1d2ae commit 7c67bb5
Show file tree
Hide file tree
Showing 11 changed files with 104 additions and 472 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ UE5工程:https://github.com/xszyou/fay-ue5

![](images/controller.png)

助理版Fay控制器使用:语音沟通,语音和文字回复;文字沟通,文字回复。



### **PC远程助理** [`PC demo`](https://github.com/TheRamU/Fay/tree/main/python_connector_demo)
Expand All @@ -45,9 +47,12 @@ UE5工程:https://github.com/xszyou/fay-ue5

下载工程: [https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99](https://pan.baidu.com/s/1RBo2Pie6A5yTrCf1cn_Tuw?pwd=ck99)


下载windows运行包: [https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8](https://pan.baidu.com/s/1CsJ647uV5rS2NjQH3QT0Iw?pwd=s9s8)





![](images/UElucky.png)

工程及运行包:https://github.com/xszyou/fay-ue5
Expand Down Expand Up @@ -105,7 +110,6 @@ UE5工程:https://github.com/xszyou/fay-ue5
│   ├── fay_core.py # 数字人核心模块
│   ├── recorder.py # 录音器
│   ├── tts_voice.py # 语音生源枚举
│   ├── viewer.py # 抖音直播间接入模块
│   └── wsa_server.py # WebSocket 服务端
├── gui # 图形界面
│   ├── flask_server.py # Flask 服务端
Expand All @@ -124,6 +128,14 @@ UE5工程:https://github.com/xszyou/fay-ue5

## **三、升级日志**

**2023.06.14:**

+ 解决多声道麦克风兼容问题;
+ 重构fay_core.py及fay_booter.py代码;
+ ui适应布局调整;
+ 恢复声音选择;
+ ”思考中...“显示逻辑修复。

**2023.05.27:**

+ 修复多个bug:消息框换行及空格问题、语音识别优化;
Expand Down
19 changes: 10 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"attribute": {
"age": "\u6210\u5e74",
"birth": "\u4e2d\u56fd",
"birth": "Github",
"constellation": "\u6c34\u74f6\u5ea7",
"contact": "qq467665317",
"gender": "\u7537",
"gender": "\u5973",
"hobby": "\u53d1\u5446",
"job": "\u4ea7\u54c1\u5e03\u9053\u8005",
"name": "\u9648\u5347",
"job": "\u52a9\u7406",
"name": "\u83f2\u83f2",
"voice": "XIAO_XIAO",
"zodiac": "\u86c7"
},
"interact": {
"QnA": "qa_demo.xlsx",
"maxInteractTime": 15,
"perception": {
"chat": 7,
"chat": 10,
"follow": 10,
"gift": 50,
"gift": 10,
"indifferent": 10,
"join": 10
},
"playSound": true
"playSound": true,
"visualization": false
},
"items": [
{
"QnA": "qa_demo.xlsx",
"demoVideo": "C:/Demo.mp4",
"QnA": "",
"demoVideo": "",
"enabled": false,
"explain": {
"character": "",
Expand Down
Loading

0 comments on commit 7c67bb5

Please sign in to comment.