fix #1545 自定 onnxruntime 时 windows 的链接库名称不正确。缺少 IMPORTED_IMPLIB 属性,导致编译报错 onnxruntime-NOTFOUND.obj Windows 操作系统使用如下命令测试通过 set SHERPA_ONNXRUNTIME_INCLUDE_DIR=XXXXX set SHERPA_ONNXRUNTIME_LIB_DIR=...
Please follow our doc to install a GPU-capable version of sherpa-onnx Remember to install the correct version fo cudatoolkit, e.g., cudatoolkit 11.8 Read existing issues how-to step-by-step: H1DDENADM1N/CapsWriter-Offline#86 (comment) #1825
Actions: k2-fsa/sherpa-onnxActions All workflows windows-x86 .github/workflows/export-revai-segmentation-to-onnx.yaml aarch64-linux-gnu-shared aarch64-linux-gnu-static add-new-asr-models android android-static apk-asr apk-asr-2pass apk-audio-tagging apk-audio-tagging-wearos...
Actions: k2-fsa/sherpa-onnxActions All workflows windows-arm64 .github/workflows/export-revai-segmentation-to-onnx.yaml aarch64-linux-gnu-shared aarch64-linux-gnu-static add-new-asr-models android android-static apk-asr apk-asr-2pass apk-audio-tagging apk-audio-tagging-wear...
Speech-to-text, text-to-speech, speaker diarization, speech enhancement, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/
- name: Build sherpa-onnx for windows x86 if: matrix.os == 'windows-latest' shell: bash run: | export CMAKE_CXX_COMPILER_LAUNCHER=ccache export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" cmake --version mkdir build-win32 cd build-win32 cmake -A Win32 -DBUILD_...
Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 93 Commits lib LICENSE README.md build_windows_386.go build_windows_amd64.go c-api.h go.mod sherpa_onnx.go ...
Please visit https://github.com/k2-fsa/sherpa-onnx/tree/master/sherpa-onnx/kotlin-api and copy the corresponding files into your Android studio project. Specifically, for the above screenshot, you should copy
1 change: 0 additions & 1 deletion 1 android/SherpaOnnx2Pass/app/src/main/java/com/k2fsa/sherpa/onnx/WaveReader.kt Load diff This file was deleted. 28 changes: 28 additions & 0 deletions 28 android/SherpaOnnx2Pass/app/src/main/java/com/k2fsa/sherpa/onnx/WaveReader.kt Original ...
pixi add "python<3.13" pixi add conda-forge::cudatoolkit==11.8 pixi add conda-forge::cudnn==8.9.7 pixi add --pypi onnxruntime-gpu pixi add --pypi pip pixi run python -m pip install sherpa-onnx==1.10.39+cuda -f https://k2-fsa.github.io/sherpa/onnx/cuda.html 报错: RuntimeErro...