Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} brekov / sherpa-onnx Public forked from k2-fsa/sherpa-onnx Notifications You must be signed in to change notification settings Fork 0 ...
master .github android c-api-examples cmake dotnet-examples ffmpeg-examples go-api-examples ios-swift ios-swiftui java-api-examples kotlin-api-examples mfc-examples python-api-examples scripts sherpa-onnx swift-api-examples toolchains aarch64-linux-gnu.toolchain.cmake arm-linux-gnueabihf.toolchain...
master .github android c-api-examples cmake dotnet-examples ffmpeg-examples go-api-examples ios-swift ios-swiftui java-api-examples kotlin-api-examples mfc-examples nodejs-examples python-api-examples scripts sherpa-onnx swift-api-examples toolchains .clang-format .flake8 .gitignore CMakeLists....
master nodejs-examples python-api-examples scripts sherpa-onnx 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-v8a.sh ...
<url>https://github.com/k2-fsa/sherpa-onnx</url> <packaging>pom</packaging> <description>First Android Library</description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution...
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, C#, Go - sherpa-onnx/build-apk.sh at mas
project(sherpa-onnx) # Remember to update # ./nodejs-addon-examples # ./dart-api-examples/ # ./CHANGELOG.md set(SHERPA_ONNX_VERSION "1.10.28") # Disable warning about # # "The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is # not set. if (CMAKE_VERSION VE...
wzy3650 / sherpa-onnx Public forked from k2-fsa/sherpa-onnx Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights master Breadcrumbs sherpa-onnx / .github/ Directory actions More options Latest commit HistoryHistory Folders and files Name Last commit ...
Breadcrumbs sherpa-onnx / CMakeLists.txtTop File metadata and controls Code Blame 306 lines (258 loc) · 10.7 KB Raw cmake_minimum_required(VERSION 3.13 FATAL_ERROR) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version. Used only for macOS") project(sherp...
"SHERPA_ONNXRUNTIME_LIB_DIR: $SHERPA_ONNXRUNTIME_LIB_DIR" echo "SHERPA_ONNXRUNTIME_INCLUDE_DIR $SHERPA_ONNXRUNTIME_INCLUDE_DIR" if [ -z $SHERPA_ONNX_ENABLE_TTS ]; then SHERPA_ONNX_ENABLE_TTS=ON fi if [ -z $SHERPA_ONNX_ENABLE_BINARY ]; then SHERPA_ONNX_ENABLE_BINARY=OFF fi...