Add TTS demo for C# API (#557)

This commit is contained in:
Fangjun Kuang
2024-01-28 23:29:39 +08:00
committed by GitHub
parent 035a82df33
commit fa2af5dc69
13 changed files with 500 additions and 9 deletions

9
dotnet-examples/.notes Normal file
View File

@@ -0,0 +1,9 @@
# How to create a new project in this folder
```bash
mkdir offline-tts
cd offline-tts
dotnet new console
cd ..
dotnet sln ./sherpa-onnx.sln add ./offline-tts
```