未验证 提交 7e987a6b 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1921 from Jackwaterveg/develop

[Doc] add script for calc RTF in  websocket_client
......@@ -13,6 +13,9 @@
# limitations under the License.
#!/usr/bin/python
# -*- coding: UTF-8 -*-
# script for calc RTF: grep -rn RTF log.txt | awk '{print $NF}' | awk -F "=" '{sum += $NF} END {print "all time",sum, "audio num", NR, "RTF", sum/NR}'
import argparse
import asyncio
import codecs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册