Skip to content

Commit 9352ccf

Browse files
authored
Release v1.10.33 (#1591)
1 parent 74a8735 commit 9352ccf

File tree

27 files changed

+59
-43
lines changed

27 files changed

+59
-43
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1+
## 1.10.33
2+
3+
* Add non-streaming ASR support for HarmonyOS. (#1564)
4+
* Add streaming ASR support for HarmonyOS. (#1565)
5+
* Fix building for Android (#1568)
6+
* Publish `sherpa_onnx.har` for HarmonyOS (#1572)
7+
* Add VAD+ASR demo for HarmonyOS (#1573)
8+
* Fix publishing har packages for HarmonyOS (#1576)
9+
* Add CI to build HAPs for HarmonyOS (#1578)
10+
* Add microphone demo about VAD+ASR for HarmonyOS (#1581)
11+
* Fix getting microphone permission for HarmonyOS VAD+ASR example (#1582)
12+
* Add HarmonyOS support for text-to-speech. (#1584)
13+
* Fix: support both old and new websockets request headers format (#1588)
14+
* Add on-device tex-to-speech (TTS) demo for HarmonyOS (#1590)
15+
116
## 1.10.32
217

318
* Support cross-compiling for HarmonyOS (#1553)
419
* HarmonyOS support for VAD. (#1561)
5-
* Fix publishing flutter iOS app to appstore.
20+
* Fix publishing flutter iOS app to appstore (#1563).
621

722
## 1.10.31
823

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project(sherpa-onnx)
1010
# Remember to update
1111
# ./CHANGELOG.md
1212
# ./new-release.sh
13-
set(SHERPA_ONNX_VERSION "1.10.32")
13+
set(SHERPA_ONNX_VERSION "1.10.33")
1414

1515
# Disable warning about
1616
#

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.10.32</string>
245+
<string>1.10.33</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.10.32
12+
sherpa_onnx: ^1.10.33
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.10.32
12+
sherpa_onnx: ^1.10.33
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.10.32
12+
sherpa_onnx: ^1.10.33
1313
# sherpa_onnx:
1414
# path: ../../flutter/sherpa_onnx
1515
path: ^1.9.0

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.10.32
13+
sherpa_onnx: ^1.10.33
1414
path: ^1.9.0
1515
args: ^2.5.0
1616

dart-api-examples/speaker-diarization/pubspec.yaml

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

1010
dependencies:
11-
sherpa_onnx: ^1.10.32
11+
sherpa_onnx: ^1.10.33
1212
# sherpa_onnx:
1313
# path: ../../flutter/sherpa_onnx
1414
path: ^1.9.0

dart-api-examples/speaker-identification/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.10.32
12+
sherpa_onnx: ^1.10.33
1313
path: ^1.9.0
1414
args: ^2.5.0
1515

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

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

1212
# Add regular dependencies here.
1313
dependencies:
14-
sherpa_onnx: ^1.10.32
14+
sherpa_onnx: ^1.10.33
1515
path: ^1.9.0
1616
args: ^2.5.0
1717

0 commit comments

Comments
 (0)