Add TTS demo for C# API (#557)
This commit is contained in:
9
dotnet-examples/.notes
Normal file
9
dotnet-examples/.notes
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user