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_bi_series-sherpa-onnx/dotnet-examples/.notes
2024-01-28 23:29:39 +08:00

10 lines
163 B
Plaintext

# 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
```