This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/dotnet-examples/README.md
Fangjun Kuang 6571fc9552 Add tts play example for .Net. (#676)
It plays the generated audio via a speaker as it is generating.
2024-03-19 17:33:15 +08:00

20 lines
426 B
Markdown

# Introduction
This folder contains C# API examples for [sherpa-onnx][sherpa-onnx].
Please refer to the documentation
https://k2-fsa.github.io/sherpa/onnx/csharp-api/index.html
for details.
```bash
dotnet new console -n offline-tts-play
dotnet sln ./sherpa-onnx.sln add ./offline-tts-play
```
```bash
dotnet nuget locals all --list
dotnet nuget locals all --clear
```
[sherpa-onnx]: https://github.com/k2-fsa/sherpa-onnx