File tree 18 files changed +35
-28
lines changed
vad-with-non-streaming-asr
18 files changed +35
-28
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.10.26
2
+
3
+ * Add links to projects using sherpa-onnx. (#1345 )
4
+ * Support lang/emotion/event results from SenseVoice in Swift API. (#1346 )
5
+ * Support specifying max speech duration for VAD. (#1348 )
6
+ * Add APIs about max speech duration in VAD for various programming languages (#1349 )
7
+
1
8
## 1.10.25
2
9
3
10
* Allow tokens and hotwords to be loaded from buffered string driectly (#1339 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ project(sherpa-onnx)
11
11
# ./nodejs-addon-examples
12
12
# ./dart-api-examples/
13
13
# ./CHANGELOG.md
14
- set (SHERPA_ONNX_VERSION "1.10.25 " )
14
+ set (SHERPA_ONNX_VERSION "1.10.26 " )
15
15
16
16
# Disable warning about
17
17
#
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.25
12
+ sherpa_onnx : ^1.10.26
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.25
12
+ sherpa_onnx : ^1.10.26
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.25
12
+ sherpa_onnx : ^1.10.26
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.25
13
+ sherpa_onnx : ^1.10.26
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.25
12
+ sherpa_onnx : ^1.10.26
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.25
14
+ sherpa_onnx : ^1.10.26
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.25
11
+ sherpa_onnx : ^1.10.26
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.25
13
+ sherpa_onnx : ^1.10.26
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.25
12
+ sherpa_onnx : ^1.10.26
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.25
8
+ version : 1.10.26
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.25
34
+ sherpa_onnx : ^1.10.26
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.25
8
+ version : 1.10.26
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.25
21
+ sherpa_onnx : ^1.10.26
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.25
20
+ version : 1.10.26
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.25
33
+ sherpa_onnx_android : ^1.10.26
34
34
# sherpa_onnx_android:
35
35
# path: ../sherpa_onnx_android
36
36
37
- sherpa_onnx_macos : ^1.10.25
37
+ sherpa_onnx_macos : ^1.10.26
38
38
# sherpa_onnx_macos:
39
39
# path: ../sherpa_onnx_macos
40
40
41
- sherpa_onnx_linux : ^1.10.25
41
+ sherpa_onnx_linux : ^1.10.26
42
42
# sherpa_onnx_linux:
43
43
# path: ../sherpa_onnx_linux
44
44
#
45
- sherpa_onnx_windows : ^1.10.25
45
+ sherpa_onnx_windows : ^1.10.26
46
46
# sherpa_onnx_windows:
47
47
# path: ../sherpa_onnx_windows
48
48
49
- sherpa_onnx_ios : ^1.10.25
49
+ sherpa_onnx_ios : ^1.10.26
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.25 '
10
+ s . version = '1.10.26 '
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.25 '
7
+ s . version = '1.10.26 '
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
- find flutter -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.24 /1\.10\.25 /g' {} \;
4
- find dart-api-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.24 /1\.10\.25 /g' {} \;
5
- find flutter-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.24 /1\.10\.25 /g' {} \;
6
- find flutter -name * .podspec -type f -exec sed -i.bak ' s/1\.10\.24 /1\.10\.25 /g' {} \;
7
- find nodejs-addon-examples -name package.json -type f -exec sed -i.bak ' s/1\.10\.24 /1\.10\.25 /g' {} \;
3
+ find flutter -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.25 /1\.10\.26 /g' {} \;
4
+ find dart-api-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.25 /1\.10\.26 /g' {} \;
5
+ find flutter-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.25 /1\.10\.26 /g' {} \;
6
+ find flutter -name * .podspec -type f -exec sed -i.bak ' s/1\.10\.25 /1\.10\.26 /g' {} \;
7
+ find nodejs-addon-examples -name package.json -type f -exec sed -i.bak ' s/1\.10\.25 /1\.10\.26 /g' {} \;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "sherpa-onnx-node" : " ^1.10.25 "
3
+ "sherpa-onnx-node" : " ^1.10.26 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments