Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LyounJAP authored Nov 29, 2020
1 parent 36b6d73 commit 2c25cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public class PlayContent {
//二维数组中的一维长度,跟Index项目数相等,跟Index中的顺序一致,二维长度为2,0-文件名,1-播报内容

public static final String[][] contents = new String[][]{
{"avoid", "请避让"},
{"bad", "出现故障"},
{"avoid", "请避让"}, //播报内容可考虑加入空格、‘,’逗号来调整播报效果,如: "请 避让" ,或者 "请,避让" ,中间会产生一种停顿效果
{"bad", "出现故障"}, //播报内容还可在单个文字后面加上(字拼音,音调来实现发音多音字), 如: "请避让(rang4)" 读第4声
{"beginmove", "出发了"},
{"cancel", "取消了"},
{"finish", "任务完成"},
Expand Down

0 comments on commit 2c25cae

Please sign in to comment.