9 lines
413 B
Markdown
9 lines
413 B
Markdown
#ProjectReference csharp-api
|
|
`<ProjectReference Include="..\SherpaOnnx\SherpaOnnx.csproj" />`
|
|
The location of the 'SherpaOnnx' file is ../sherpa-onnx/csharp-api.
|
|
This C # API is cross platform and you can compile it yourself in Windows, Mac OS, and Linux environments.
|
|
|
|
------------
|
|
Alternatively, install sherpaonnx through nuget.
|
|
#NuGet for sherpa-onnx
|
|
PM > Install-Package SherpaOnnxCsharp -Project sherpa-onnx |