sherpa-onnx c-api CMakeLists.txt c-api.cc c-api.h csrc java-api jni python CMakeLists.txt swift-api-examples toolchains wasm .clang-format .flake8 .gitignore CMakeLists.txt CPPLINT.cfg LICENSE MANIFEST.in README.md build-aarch64-linux-gnu.sh build-android-arm64-...
export EXE=sherpa-onnx.exe .github/scripts/test-online-transducer.sh - name: Test online transducer (C API) shell: bash run: | export PATH=$PWD/build/bin/Release:$PATH export EXE=decode-file-c-api.exe .github/scripts/test-online-transducer.sh 2 changes: 2 additions & 0 deletions 2 ....
Real-time speech recognition using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, x86_64 servers, websocket server/client, C/C++, Python, Kotlin - sherpa-onnx/sherpa-onnx/c-api/c-api.h a
Update doc about C API for sherpa-onnx 04d0266 View details csukuangfj merged commit 1de064e into master Aug 20, 2024 1 check passed csukuangfj deleted the doc-onnx-c-api branch August 20, 2024 03:22 Sign up for free to join this conversation on GitHub. Already have an accoun...
So that there are no symbol conflicts when using sherpa-onnx in another project. csukuangfj added 3 commits July 26, 2024 16:01 Rename CreateOnlineRecognizer ead1181 Refactor C API to prefix each API with SherpaOnnx. 58f32e0 Release v1.10.19 141e4b5 csukuangfj force-pushed the ...
./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/test_wavs/0.wav # Run with hotwords echo "礼拜二" > hotwords.txt ./decode-file-c-api \ --tokens=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/tokens.txt \ --encoder=./sherpa-onnx-streaming-zipformer-bili...
sherpa-onnx/c-api c-api.cc c-api.h swift-api-examples SherpaOnnx.swift wasm asr CMakeLists.txt sherpa-onnx-asr.js kws CMakeLists.txt sherpa-onnx-kws.js nodejs CMakeLists.txt 4 changes: 4 additions & 0 deletions 4 CHANGELOG.md Original file line numberDiff line numberDiff...
target_link_libraries(offline-tts-c-api sherpa-onnx-c-api cargs) endif() if(SHERPA_ONNX_ENABLE_SPEAKER_DIARIZATION) add_executable(offline-speaker-diarization-c-api offline-speaker-diarization-c-api.c) target_link_libraries(offline-speaker-diarization-c-api sherpa-onnx-c-api) endif() add_ex...
otool -l build/bin/sherpa-onnx - name: Test Audio tagging - name: Test C API shell: bash run: | export PATH=$PWD/build/bin:$PATH export EXE=sherpa-onnx-offline-audio-tagging export SLID_EXE=spoken-language-identification-c-api export SID_EXE=speaker-identification-c-api export AT_EXE...
otool -L ./install/lib/libsherpa-onnx-c-api.dylib fi - name: Test ffmpeg if: matrix.os == 'macos-latest' shell: bash run: | brew install ffmpeg cd ffmpeg-examples curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-streaming-zipformer-biling...