Release v1.11.3 (#2097)

This commit is contained in:
Fangjun Kuang
2025-04-03 16:19:01 +08:00
committed by GitHub
parent 8137ac9f0b
commit 31ced58f9a
37 changed files with 91 additions and 64 deletions

View File

@@ -5,9 +5,9 @@ for speech recognition.
|Directory| Pre-built exe (x64)|Pre-built exe (x86)| Description|
|---------|--------------------|-------------------|------------|
|[./NonStreamingSpeechRecognition](./NonStreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-non-streaming-asr-x64-v1.11.2.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-non-streaming-asr-x86-v1.11.2.exe)| Non-streaming speech recognition|
|[./StreamingSpeechRecognition](./StreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-streaming-asr-x64-v1.11.2.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-streaming-asr-x86-v1.11.2.exe)| Streaming speech recognition|
|[./NonStreamingTextToSpeech](./NonStreamingTextToSpeech)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-non-streaming-tts-x64-v1.11.2.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.2/sherpa-onnx-non-streaming-tts-x86-v1.11.2.exe)| Non-streaming text to speech|
|[./NonStreamingSpeechRecognition](./NonStreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-non-streaming-asr-x64-v1.11.3.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-non-streaming-asr-x86-v1.11.3.exe)| Non-streaming speech recognition|
|[./StreamingSpeechRecognition](./StreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-streaming-asr-x64-v1.11.3.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-streaming-asr-x86-v1.11.3.exe)| Streaming speech recognition|
|[./NonStreamingTextToSpeech](./NonStreamingTextToSpeech)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-non-streaming-tts-x64-v1.11.3.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.11.3/sherpa-onnx-non-streaming-tts-x86-v1.11.3.exe)| Non-streaming text to speech|
Caution: You need to use Windows and install Visual Studio 2022 in order to
compile it.