Introduction
This folder contains C# API examples for sherpa-onnx.
Please refer to the documentation https://k2-fsa.github.io/sherpa/onnx/csharp-api/index.html for details.
- ./speech-enhancement-gtcrn It shows how to use the offline speech denoiser API with GTCRN models.
- ./speech-enhancement-dpdfnet It shows how to
use the offline speech denoiser API with DPDFNet models. Use 16 kHz DPDFNet
models such as
dpdfnet_baseline.onnx,dpdfnet2.onnx,dpdfnet4.onnx, ordpdfnet8.onnxfor downstream ASR anddpdfnet2_48khz_hr.onnxfor 48 kHz enhancement output. - ./streaming-speech-enhancement-gtcrn It shows how to use the online speech denoiser API with GTCRN models.
- ./streaming-speech-enhancement-dpdfnet It shows how to use the online speech denoiser API with DPDFNet models.
- ./zipvoice-tts It shows how to use ZipVoice for Chinese/English zero-shot text-to-speech.
- ./zipvoice-tts-play It shows how to use ZipVoice for Chinese/English zero-shot text-to-speech with playback.
dotnet new console -n offline-tts-play
dotnet sln ./sherpa-onnx.sln add ./offline-tts-play
dotnet nuget locals all --list
dotnet nuget locals all --clear