ASRT v0.6.1 Released
This is a released version of available.
version: 0.6.1
一个可以使用的版本,版本号:0.6.1
This release fixes an issue that may cause file path errors in some cases.
本次发布修复了在部分情况下可能导致文件路径报错的问题。
If you want to run the recognition process of speech recognition one or several times, all the files in this directory are suitable for you to run and use directly. Run the test.py file directly to run the recognition. Run the speech recognition API server, please use asrserver.pyFile, run the voice recognition client based on the HTTP protocol. Use the testClient.py file after using the asrserver.py file. If you need to modify the identified recording file path, please modify it in testClient.py.
如果您是想运行语音识别的一次或若干次的识别过程,本目录下的所有文件适合您直接运行和使用,直接运行一次识别请执行test.py文件,运行语音识别API服务器请使用asrserver.py文件,运行基于HTTP协议的语音识别客户端请在使用asrserver.py文件后使用testClient.py文件,如果需要修改识别的录音文件路径,请在testClient.py中修改。
If you want to train your own speech recognition model, the code under GitHub's master branch might be better for you, it gives more options, and dependency files.
如果您想训练自己的语音识别模型,那么GitHub的master分支下的代码可能更适合您,它提供给了更多的选项,以及依赖文件。
This release still uses SpeechModel 251, which contains trained model parameter files.
本次发布仍然使用的是SpeechModel251,内含训练好的模型参数文件。