Skip to content

Commit e6b3880

Browse files
authored
Release v1.12.4 (#2343)
1 parent 53a3ad3 commit e6b3880

38 files changed

Lines changed: 106 additions & 56 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.12.4
2+
3+
* Refactor release scripts. (#2323)
4+
* Add TTS engine APKs for more models (#2327)
5+
* Fix static link without tts (#2328)
6+
* Fix VAD+ASR C++ example. (#2335)
7+
* Add sherpa-onnx-streaming-zipformer-zh-int8-2025-06-30 to android ASR apk (#2336)
8+
* Support non-streaming zipformer CTC ASR models (#2340)
9+
* Support linux aarch64 for Dart and Flutter (#2342)
10+
111
## 1.12.3
212

313
* Show CMake debug information. (#2316)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project(sherpa-onnx)
1414
# Remember to update
1515
# ./CHANGELOG.md
1616
# ./new-release.sh
17-
set(SHERPA_ONNX_VERSION "1.12.3")
17+
set(SHERPA_ONNX_VERSION "1.12.4")
1818

1919
# Disable warning about
2020
#

android/SherpaOnnxAar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
git clone https://github.com/k2-fsa/sherpa-onnx
55
cd sherpa-onnx
66
7-
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.3/sherpa-onnx-v1.12.3-android.tar.bz2
8-
tar xvf sherpa-onnx-v1.12.3-android.tar.bz2
7+
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.4/sherpa-onnx-v1.12.4-android.tar.bz2
8+
tar xvf sherpa-onnx-v1.12.4-android.tar.bz2
99
1010
cp -v jniLibs/arm64-v8a/* android/SherpaOnnxAar/sherpa_onnx/src/main/jniLibs/arm64-v8a/
1111
cp -v jniLibs/armeabi-v7a/* android/SherpaOnnxAar/sherpa_onnx/src/main/jniLibs/armeabi-v7a/
@@ -16,5 +16,5 @@ cd android/SherpaOnnxAar
1616
1717
./gradlew :sherpa_onnx:assembleRelease
1818
ls -lh ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar
19-
cp ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar ../../sherpa-onnx-1.12.3.aar
19+
cp ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar ../../sherpa-onnx-1.12.4.aar
2020
```

android/SherpaOnnxJavaDemo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ dependencies {
3434
implementation 'pub.devrel:easypermissions:3.0.0'
3535
implementation 'androidx.core:core-ktx:1.7.0'
3636
// implementation files('/Users/fangjun/open-source/sherpa-onnx/android/SherpaOnnxAar/sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar')
37-
implementation 'com.github.k2-fsa:sherpa-onnx:v1.12.3'
37+
implementation 'com.github.k2-fsa:sherpa-onnx:v1.12.4'
3838
}

build-ios-shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ for d in ios-arm64_x86_64-simulator ios-arm64; do
242242
<key>CFBundlePackageType</key>
243243
<string>FMWK</string>
244244
<key>CFBundleShortVersionString</key>
245-
<string>1.12.3</string>
245+
<string>1.12.4</string>
246246
<key>CFBundleSupportedPlatforms</key>
247247
<array>
248248
<string>iPhoneOS</string>

dart-api-examples/add-punctuations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ">=3.0.0 <4.0.0"
1010

1111
dependencies:
12-
sherpa_onnx: ^1.12.3
12+
sherpa_onnx: ^1.12.4
1313
path: ^1.9.0
1414
args: ^2.5.0
1515

dart-api-examples/audio-tagging/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ">=3.0.0 <4.0.0"
1010

1111
dependencies:
12-
sherpa_onnx: ^1.12.3
12+
sherpa_onnx: ^1.12.4
1313
path: ^1.9.0
1414
args: ^2.5.0
1515

dart-api-examples/keyword-spotter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ">=3.0.0 <4.0.0"
1010

1111
dependencies:
12-
sherpa_onnx: ^1.12.3
12+
sherpa_onnx: ^1.12.4
1313
# sherpa_onnx:
1414
# path: ../../flutter/sherpa_onnx
1515
path: ^1.9.0

dart-api-examples/non-streaming-asr/pubspec.lock

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,50 @@ packages:
7474
dependency: "direct main"
7575
description:
7676
name: sherpa_onnx
77-
sha256: e45894f81e7c854ca96d678bcab5303036e884a7c90e9a6c4ec04c7b1ee215a8
77+
sha256: "6dfb8350e079e35e33713479c19d69b0d488df72036aec8576ccc691ee6631d3"
7878
url: "https://pub.dev"
7979
source: hosted
80-
version: "1.9.29"
80+
version: "1.12.3"
81+
sherpa_onnx_android:
82+
dependency: transitive
83+
description:
84+
name: sherpa_onnx_android
85+
sha256: "6b3f153394811b709c607507920e44efcd4575e7b87f668fd487ee85fb9453b6"
86+
url: "https://pub.dev"
87+
source: hosted
88+
version: "1.12.3"
89+
sherpa_onnx_ios:
90+
dependency: transitive
91+
description:
92+
name: sherpa_onnx_ios
93+
sha256: "262785fe56f9fe75a29cb9cfdafff5a53db99df780f78d83a9510cee4bd224f4"
94+
url: "https://pub.dev"
95+
source: hosted
96+
version: "1.12.3"
97+
sherpa_onnx_linux:
98+
dependency: transitive
99+
description:
100+
name: sherpa_onnx_linux
101+
sha256: "1f3fa8bfe1e52c07188f778a6039dbbb0a5c83dd510799146123d4f2ede9adcf"
102+
url: "https://pub.dev"
103+
source: hosted
104+
version: "1.12.3"
105+
sherpa_onnx_macos:
106+
dependency: transitive
107+
description:
108+
name: sherpa_onnx_macos
109+
sha256: "6466f7f0883d5cc65e4b36a55e8cfd14246bd4607787dfd7e0a5ea261133da61"
110+
url: "https://pub.dev"
111+
source: hosted
112+
version: "1.12.3"
113+
sherpa_onnx_windows:
114+
dependency: transitive
115+
description:
116+
name: sherpa_onnx_windows
117+
sha256: "8c1870946adb68bff75e17b8aefea4d4521c9bb8a132f09234e526025312c8bd"
118+
url: "https://pub.dev"
119+
source: hosted
120+
version: "1.12.3"
81121
sky_engine:
82122
dependency: transitive
83123
description: flutter
@@ -92,5 +132,5 @@ packages:
92132
source: hosted
93133
version: "2.1.4"
94134
sdks:
95-
dart: ">=3.4.0 <4.0.0"
96-
flutter: ">=3.3.0"
135+
dart: ">=3.3.0-279.1.beta <4.0.0"
136+
flutter: ">=2.8.1"

dart-api-examples/non-streaming-asr/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010

1111
# Add regular dependencies here.
1212
dependencies:
13-
sherpa_onnx: ^1.12.3
13+
sherpa_onnx: ^1.12.4
1414
path: ^1.9.0
1515
args: ^2.5.0
1616

0 commit comments

Comments
 (0)