"vscode:/vscode.git/clone" did not exist on "7cd29f8cd9dccd9f20d369ae1f9e401ea742de92"
Commit 89e1470e authored by mayong's avatar mayong
Browse files

Merge branch 'main' of https://github.com/RapidAI/RapidASR

parents 527887fc 4c58cb89
## 注意
本程序只支持 采样率16000hz, 位深16bit的 **单通道** 音频。
## 快速使用 ## 快速使用
Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式: Windows 下下载onnxruntime库,解开到某个位置,指定onnxruntime目录按以下方式:
``` ```
cmake --config release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime cmake -DCMAKE_BUILD_TYPE=release -DONNXRUNTIME_DIR=D:\\thirdpart\\onnxruntime ..
```` ````
使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib 使用 -DONNXRUNTIME_DIR 指向onnxruntime目录,该目录下有include以及lib
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment