暂无描述

yujinqiu f12aac47c3 Add SwiftUI demo project (#175) 2 年之前
.github 02422b9608 Fix CI tests after renaming (#172) 2 年之前
android c2c11a04dd Support reading files from SD card for Android (#171) 2 年之前
c-api-examples f2e65da473 Remove max_feature_vectors (#149) 2 年之前
cmake 323f708158 Fix installing on windows about the python module (#164) 2 年之前
ffmpeg-examples d9f684a699 Support config ASD by env. (#160) 2 年之前
ios-swift b4260f7acf Refactor code (#163) 2 年之前
ios-swiftui f12aac47c3 Add SwiftUI demo project (#175) 2 年之前
python-api-examples fa80f822d7 Support multi-channel waves in examples. (#174) 2 年之前
scripts 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 年之前
sherpa-ncnn c2c11a04dd Support reading files from SD card for Android (#171) 2 年之前
swift-api-examples b4260f7acf Refactor code (#163) 2 年之前
toolchains 5c5b6195a5 Migrate from framework to xcframework in order to support Apple Silicon (#90) 2 年之前
.clang-format 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 年之前
.gitignore 7ecf28c563 Support cmake for ffmpeg-examples. (#151) 2 年之前
CMakeLists.txt 323f708158 Fix installing on windows about the python module (#164) 2 年之前
CPPLINT.cfg 78ce6f6233 Add CI test and refactor the code a bit. (#4) 2 年之前
LICENSE f91cd77f83 Use standard apache 2.0 license (#123) 2 年之前
MANIFEST.in 2b5300e975 Add Python API (#47) 2 年之前
README.md 2e78bbf587 Support endpoint detection in Python (#56) 2 年之前
build-aarch64-linux-gnu.sh 533a44c25a Support windows x86 (#84) 2 年之前
build-android-arm64-v8a-with-vulkan.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 年之前
build-android-arm64-v8a.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 年之前
build-android-armv7-eabi.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 年之前
build-android-x86-64.sh 6b7072b3d9 Pack all sources into a single tar for embedded systems (#96) 2 年之前
build-arm-linux-gnueabihf.sh 6c8cff9580 Disble portaudio for cross-compiling (#79) 2 年之前
build-ios.sh 7a5f80edc4 fix building for iOS (#92) 2 年之前
build-m3axpi.sh b701bc8daa Fix building on m3axpi (#99) 2 年之前
build-swift-macos.sh da14875cbb Refactor decoding (#132) 2 年之前
install-vulkan-macos.md d5dd41a7e2 Support building android app (#37) 2 年之前
pack-for-embedded-systems.sh f2e65da473 Remove max_feature_vectors (#149) 2 年之前
setup.py df9ae1ff84 Publish to PyPI (#48) 2 年之前

README.md

Introduction

You can use sherpa-ncnn for real-time speech recognition (i.e., speech-to-text) on

  • Linux
  • macOS
  • Windows
  • Embedded Linux (32-bit arm and 64-bit aarch64)
  • Android
  • etc ...

We support all platforms that ncnn supports.

Everything can be compiled from source with static link. The generated executable depends only on system libraries.

HINT: It does not depend on PyTorch or any other inference frameworks other than ncnn.

Please see the documentation https://k2-fsa.github.io/sherpa/ncnn/index.html for installation and usages, e.g.,

  • How to build an Android app
  • How to download and use pre-trained models

We provide a few YouTube videos for demonstration about real-time speech recognition with sherpa-ncnn using a microphone:

See also https://github.com/k2-fsa/sherpa