From 559bf37d37f177673ff31090842c094af5c456b0 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 10 Jul 2024 20:41:39 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + flutter/sherpa_onnx/example/example.md | 1 + scripts/dotnet/run.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8c76d6d..6672c41be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 1.10.13 * Update onnxruntime from 1.17.1 to 1.18.0 +* Add C# API for Keyword spotting ## 1.10.12 diff --git a/flutter/sherpa_onnx/example/example.md b/flutter/sherpa_onnx/example/example.md index f7e9fed4e..02b0e22fb 100644 --- a/flutter/sherpa_onnx/example/example.md +++ b/flutter/sherpa_onnx/example/example.md @@ -5,6 +5,7 @@ | Functions | URL | Supported Platforms| |---|---|---| |Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/streaming_asr)| Android, macOS, Windows| +|Speech synthesis| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/tts)| Android, iOS, Linux, macOS, Windows| ## Pure dart-examples diff --git a/scripts/dotnet/run.sh b/scripts/dotnet/run.sh index 7af2a4379..5b0000126 100755 --- a/scripts/dotnet/run.sh +++ b/scripts/dotnet/run.sh @@ -29,7 +29,7 @@ mkdir -p linux-x64 linux-arm64 macos-x64 macos-arm64 windows-x64 windows-x86 win linux_x64_wheel_filename=sherpa_onnx-${SHERPA_ONNX_VERSION}-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl linux_x64_wheel=$src_dir/$linux_x64_wheel_filename -linux_arm64_wheel_filename=sherpa_onnx-${SHERPA_ONNX_VERSION}-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl +linux_arm64_wheel_filename=sherpa_onnx-${SHERPA_ONNX_VERSION}-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl linux_arm64_wheel=$src_dir/$linux_arm64_wheel_filename macos_x64_wheel_filename=sherpa_onnx-${SHERPA_ONNX_VERSION}-cp39-cp39-macosx_11_0_x86_64.whl