Open csukuangfj opened 3 months ago
Following what we have done in https://github.com/k2-fsa/sherpa-onnx, we can reduce the number of shared libraries for sherpa-ncnn into a single one.
For jni, we keep only libsherpa-ncnn-jni.so
For C API, we keep only libsherpa-ncnn-c-api.so
For Python API, we keep only _sherpa_ncnn-xxx.so
Following what we have done in https://github.com/k2-fsa/sherpa-onnx, we can reduce the number of shared libraries for sherpa-ncnn into a single one.
For jni, we keep only libsherpa-ncnn-jni.so
For C API, we keep only libsherpa-ncnn-c-api.so
For Python API, we keep only _sherpa_ncnn-xxx.so