We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
问题如题:在音频asr推理中需要指定采样频率fs,请问推理onnx模型的时候,需要指定采样频率吗?
pip
The text was updated successfully, but these errors were encountered:
onnx模型的内部好像指定了特定的采样率,在推理时可以不指定采样频率。举个例子,如果你执行runtime/python/onnxruntime/demo_sencevoice_small.py这个onnx模型示例的话,它的采样频率其实是在runtime/python/onnxruntime/funasr_onnx/utils/frontend.py这个文件里指定了。
Sorry, something went wrong.
No branches or pull requests
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
❓ Questions and Help
问题如题:在音频asr推理中需要指定采样频率fs,请问推理onnx模型的时候,需要指定采样频率吗?
Before asking:
What is your question?
Code
What have you tried?
What's your environment?
pip
, source):The text was updated successfully, but these errors were encountered: