1.wechaty添加群组语音回复文本功能;2.wechaty添加群组语音回复语音功能;3.更新config.py和readme;

This commit is contained in:
Chiaki
2023-03-27 01:25:54 +08:00
parent f8e0716474
commit 6701d8c5e6
4 changed files with 104 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ available_setting ={
#语音设置
"speech_recognition": False, # 是否开启语音识别
"group_speech_recognition": False, # 是否开启群组语音识别
"voice_reply_voice": False, # 是否使用语音回复语音需要设置对应语音合成引擎的api key
"voice_to_text": "openai", # 语音识别引擎支持openai和google
"text_to_voice": "baidu", # 语音合成引擎支持baidu和google