Add a C# api for offline-recognizer of sherpa-onnx (#129)

This commit is contained in:
manyeyes
2023-05-05 10:25:06 +08:00
committed by GitHub
parent aa7108729b
commit 0c23962129
10 changed files with 1883 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#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