sherpa-onnx
sherpa-onnx copied to clipboard
release c api for ios
Hi,
I need the IOS arm64 simulator C API build for use with sherpa-rs on macOS M1.
Update: Maybe I was wrong and it's universal library. Unfortunately I have issues linking it in Rust so maybe non universal libs will be useful
can you describe which file you are using?
can you describe which file you are using?
This file
https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.10.37/sherpa-onnx-v1.10.37-ios.tar.bz2
Unfortunately I have issues linking it in Rust so maybe non universal libs will be useful
Please describe in detail the issue you have.
https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.10.37/sherpa-onnx-v1.10.37-ios.tar.bz2
It contains static libs.
Can you try https://github.com/k2-fsa/sherpa-onnx/blob/master/build-ios-shared.sh which generates shared libs.