Commit 4d4d6a9 1 parent b78629b commit 4d4d6a9 Copy full SHA for 4d4d6a9
File tree 20 files changed +37
-31
lines changed
vad-with-non-streaming-asr
20 files changed +37
-31
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.10.32
2
+
3
+ * Support cross-compiling for HarmonyOS (#1553 )
4
+ * HarmonyOS support for VAD. (#1561 )
5
+ * Fix publishing flutter iOS app to appstore.
6
+
1
7
## 1.10.31
2
8
3
9
* Publish pre-built wheels for Python 3.13 (#1485 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project(sherpa-onnx)
10
10
# Remember to update
11
11
# ./CHANGELOG.md
12
12
# ./new-release.sh
13
- set (SHERPA_ONNX_VERSION "1.10.31 " )
13
+ set (SHERPA_ONNX_VERSION "1.10.32 " )
14
14
15
15
# Disable warning about
16
16
#
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ for d in ios-arm64_x86_64-simulator ios-arm64; do
242
242
<key>CFBundlePackageType</key>
243
243
<string>FMWK</string>
244
244
<key>CFBundleShortVersionString</key>
245
- <string>1.10.31 </string>
245
+ <string>1.10.32 </string>
246
246
<key>CFBundleSupportedPlatforms</key>
247
247
<array>
248
248
<string>iPhoneOS</string>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : " >=3.0.0 <4.0.0"
10
10
11
11
dependencies :
12
- sherpa_onnx : ^1.10.31
12
+ sherpa_onnx : ^1.10.32
13
13
path : ^1.9.0
14
14
args : ^2.5.0
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : " >=3.0.0 <4.0.0"
10
10
11
11
dependencies :
12
- sherpa_onnx : ^1.10.31
12
+ sherpa_onnx : ^1.10.32
13
13
path : ^1.9.0
14
14
args : ^2.5.0
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : " >=3.0.0 <4.0.0"
10
10
11
11
dependencies :
12
- sherpa_onnx : ^1.10.31
12
+ sherpa_onnx : ^1.10.32
13
13
# sherpa_onnx:
14
14
# path: ../../flutter/sherpa_onnx
15
15
path : ^1.9.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
11
11
# Add regular dependencies here.
12
12
dependencies :
13
- sherpa_onnx : ^1.10.31
13
+ sherpa_onnx : ^1.10.32
14
14
path : ^1.9.0
15
15
args : ^2.5.0
16
16
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
sdk : " >=3.0.0 <4.0.0"
9
9
10
10
dependencies :
11
- sherpa_onnx : ^1.10.31
11
+ sherpa_onnx : ^1.10.32
12
12
# sherpa_onnx:
13
13
# path: ../../flutter/sherpa_onnx
14
14
path : ^1.9.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : " >=3.0.0 <4.0.0"
10
10
11
11
dependencies :
12
- sherpa_onnx : ^1.10.31
12
+ sherpa_onnx : ^1.10.32
13
13
path : ^1.9.0
14
14
args : ^2.5.0
15
15
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
12
12
# Add regular dependencies here.
13
13
dependencies :
14
- sherpa_onnx : ^1.10.31
14
+ sherpa_onnx : ^1.10.32
15
15
path : ^1.9.0
16
16
args : ^2.5.0
17
17
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
9
9
# Add regular dependencies here.
10
10
dependencies :
11
- sherpa_onnx : ^1.10.31
11
+ sherpa_onnx : ^1.10.32
12
12
path : ^1.9.0
13
13
args : ^2.5.0
14
14
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
sdk : " >=3.0.0 <4.0.0"
11
11
12
12
dependencies :
13
- sherpa_onnx : ^1.10.31
13
+ sherpa_onnx : ^1.10.32
14
14
path : ^1.9.0
15
15
args : ^2.5.0
16
16
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
sdk : " >=3.0.0 <4.0.0"
10
10
11
11
dependencies :
12
- sherpa_onnx : ^1.10.31
12
+ sherpa_onnx : ^1.10.32
13
13
path : ^1.9.0
14
14
args : ^2.5.0
15
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >
5
5
6
6
publish_to : ' none'
7
7
8
- version : 1.10.31
8
+ version : 1.10.32
9
9
10
10
topics :
11
11
- speech-recognition
@@ -31,7 +31,7 @@ dependencies:
31
31
record : ^5.1.0
32
32
url_launcher : ^6.2.6
33
33
34
- sherpa_onnx : ^1.10.31
34
+ sherpa_onnx : ^1.10.32
35
35
# sherpa_onnx:
36
36
# path: ../../flutter/sherpa_onnx
37
37
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >
5
5
6
6
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
7
7
8
- version : 1.10.31
8
+ version : 1.10.32
9
9
10
10
environment :
11
11
sdk : " >=2.17.0 <4.0.0"
@@ -18,7 +18,7 @@ dependencies:
18
18
cupertino_icons : ^1.0.6
19
19
path_provider : ^2.1.3
20
20
path : ^1.9.0
21
- sherpa_onnx : ^1.10.31
21
+ sherpa_onnx : ^1.10.32
22
22
# sherpa_onnx:
23
23
# path: ../../flutter/sherpa_onnx
24
24
url_launcher : 6.2.6
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ topics:
17
17
- voice-activity-detection
18
18
19
19
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
20
- version : 1.10.31
20
+ version : 1.10.32
21
21
22
22
homepage : https://github.com/k2-fsa/sherpa-onnx
23
23
@@ -30,23 +30,23 @@ dependencies:
30
30
flutter :
31
31
sdk : flutter
32
32
33
- sherpa_onnx_android : ^1.10.31
33
+ sherpa_onnx_android : ^1.10.32
34
34
# sherpa_onnx_android:
35
35
# path: ../sherpa_onnx_android
36
36
37
- sherpa_onnx_macos : ^1.10.31
37
+ sherpa_onnx_macos : ^1.10.32
38
38
# sherpa_onnx_macos:
39
39
# path: ../sherpa_onnx_macos
40
40
41
- sherpa_onnx_linux : ^1.10.31
41
+ sherpa_onnx_linux : ^1.10.32
42
42
# sherpa_onnx_linux:
43
43
# path: ../sherpa_onnx_linux
44
44
45
- sherpa_onnx_windows : ^1.10.31
45
+ sherpa_onnx_windows : ^1.10.32
46
46
# sherpa_onnx_windows:
47
47
# path: ../sherpa_onnx_windows
48
48
49
- sherpa_onnx_ios : ^1.10.31
49
+ sherpa_onnx_ios : ^1.10.32
50
50
# sherpa_onnx_ios:
51
51
# path: ../sherpa_onnx_ios
52
52
Original file line number Diff line number Diff line change 7
7
# https://groups.google.com/g/dart-ffi/c/nUATMBy7r0c
8
8
Pod ::Spec . new do |s |
9
9
s . name = 'sherpa_onnx_ios'
10
- s . version = '1.10.31 '
10
+ s . version = '1.10.32 '
11
11
s . summary = 'A new Flutter FFI plugin project.'
12
12
s . description = <<-DESC
13
13
A new Flutter FFI plugin project.
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'sherpa_onnx_macos'
7
- s . version = '1.10.31 '
7
+ s . version = '1.10.32 '
8
8
s . summary = 'sherpa-onnx Flutter FFI plugin project.'
9
9
s . description = <<-DESC
10
10
sherpa-onnx Flutter FFI plugin project.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' ./build-ios-shared.sh
4
- find flutter -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' {} \;
5
- find dart-api-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' {} \;
6
- find flutter-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' {} \;
7
- find flutter -name * .podspec -type f -exec sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' {} \;
8
- find nodejs-addon-examples -name package.json -type f -exec sed -i.bak ' s/1\.10\.30 /1\.10\.31 /g' {} \;
3
+ sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' ./build-ios-shared.sh
4
+ find flutter -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' {} \;
5
+ find dart-api-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' {} \;
6
+ find flutter-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' {} \;
7
+ find flutter -name * .podspec -type f -exec sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' {} \;
8
+ find nodejs-addon-examples -name package.json -type f -exec sed -i.bak ' s/1\.10\.31 /1\.10\.32 /g' {} \;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "sherpa-onnx-node" : " ^1.10.31 "
3
+ "sherpa-onnx-node" : " ^1.10.32 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments