-
Notifications
You must be signed in to change notification settings - Fork 0
wheatear/listenwrite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
生词听写工具使用方法:
1.把要听写的词语写入文件listenwords.txt中,词语之间用空格隔开。
2.行首是#的为注释行,不听写。
3.程序运行时,会把listenwords.txt文件中所有非#开头的行,读入内存。按空格分隔拆出各个词语,通过语音合成得到读音,依次播放,每个词播放两遍。
4.当加入新的词语时,需要联网得到读音,请保证网络畅通。
作者:王新田 13520498010