• 此项目
    • 正在载入...
  • 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
  • c-api-examples
  • README.md
  • Add C API for offline TTS. (#373) · ea7c45b6
    ea7c45b6 浏览文件
    Fangjun Kuang authored 2023-10-19 17:38:23 +0800
README.md 538 字节
原文件 审查 历史 永久链接

Introduction

This folder contains C API examples for sherpa-onnx.

Please refer to the documentation https://k2-fsa.github.io/sherpa/onnx/c-api/index.html for details.

File descriptions

  • decode-file-c-api.c This file shows how to use the C API for speech recognition with a streaming model.

  • offline-tts-c-api.c This file shows how to use the C API to convert text to speech with a non-streaming model.