Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 673 Bytes

DesktopWife

使用Python和PyQt5制作的桌面老婆程序,可以进行语音聊天

icon


特别提醒

程序使用 百度云 的语音技术接口,并且接口中有普通话的短音频识别

短语言识别-中文普通话

创建好api后在项目当前目录下的 config.json 文件配置

{
    "APIKey": "Your Api Key",
    "SecretKey": "Your Secret Key"
}

程序主界面

程序的 tts/stt 以及 对话功能等。