Add a C# api for offline-recognizer of sherpa-onnx (#129)
This commit is contained in:
9
csharp-api-examples/README.md
Normal file
9
csharp-api-examples/README.md
Normal 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
|
||||
Reference in New Issue
Block a user