• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • sherpaonnx
  • android
  • README.md
  • Add VAD + Non-streaming ASR model for Android (#336) · 4ca60e26
    4ca60e26 浏览文件
    Fangjun Kuang authored 2023-09-23 22:48:38 +0800
README.md 465 字节
原文件 审查 历史 永久链接

Introduction

Please refer to https://k2-fsa.github.io/sherpa/onnx/android/index.html for usage.

  • SherpaOnnx It uses a streaming ASR model.

  • SherpaOnnx2Pass It uses a streaming ASR model for the first pass and use a non-streaming ASR model for the second pass.

  • SherpaOnnxVad It demonstrates how to use a VAD

  • SherpaOnnxVadAsr It uses a VAD with a non-streaming ASR model.