Skip to content

Commit

Permalink
fix: baidu voice bug
Browse files Browse the repository at this point in the history
  • Loading branch information
6vision committed May 21, 2024
1 parent 8629881 commit 12ea2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"baidu_api_key": "",
"baidu_secret_key": "",
# 1536普通话(支持简单的英文识别) 1737英语 1637粤语 1837四川话 1936普通话远场
"baidu_dev_pid": "1536",
"baidu_dev_pid": 1536,
# azure 语音api配置, 使用azure语音识别和语音合成时需要
"azure_voice_api_key": "",
"azure_voice_region": "japaneast",
Expand Down

0 comments on commit 12ea2ef

Please sign in to comment.