4cfad5ae0f
- 全新ui - 全面优化websocket逻辑,提高数字人和ui连接的稳定性及资源开销 - 全面优化唤醒逻辑,提供稳定的普通唤醒模式和前置词唤醒模式 - 优化拾音质量,支持多声道麦克风拾音 - 优化自动播放服务器的对接机制,提供稳定和兼容旧版ue工程的对接模式 - 数字人接口输出机器人表情,以适应新fay ui及单片机的数字人表情输出 - 使用更高级的音频时长计算方式,可以更精准控制音频播放完成后的逻辑 - 修复点击关闭按钮会导致程序退出的bug - 修复没有麦克风的设备开启麦克风会出错的问题 - 为服务器主机地址提供配置项,以方便服务器部署
34 lines
998 B
YAML
34 lines
998 B
YAML
# This file contains the credentials for the voice & chat platforms
|
|
# which your bot is using.
|
|
# https://rasa.com/docs/rasa/messaging-and-voice-channels
|
|
|
|
rest:
|
|
# # you don't need to provide anything here - this channel doesn't
|
|
# # require any credentials
|
|
|
|
|
|
#facebook:
|
|
# verify: "<verify>"
|
|
# secret: "<your secret>"
|
|
# page-access-token: "<your page access token>"
|
|
|
|
#slack:
|
|
# slack_token: "<your slack token>"
|
|
# slack_channel: "<the slack channel>"
|
|
# slack_signing_secret: "<your slack signing secret>"
|
|
|
|
#socketio:
|
|
# user_message_evt: <event name for user message>
|
|
# bot_message_evt: <event name for bot messages>
|
|
# session_persistence: <true/false>
|
|
|
|
#mattermost:
|
|
# url: "https://<mattermost instance>/api/v4"
|
|
# token: "<bot token>"
|
|
# webhook_url: "<callback URL>"
|
|
|
|
# This entry is needed if you are using Rasa Enterprise. The entry represents credentials
|
|
# for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.
|
|
rasa:
|
|
url: "http://localhost:5002/api"
|