Commit 302916a 1 parent 544857b commit 302916a Copy full SHA for 302916a
File tree 18 files changed +40
-28
lines changed
vad-with-non-streaming-asr
18 files changed +40
-28
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.10.25
2
+
3
+ * Allow tokens and hotwords to be loaded from buffered string driectly (#1339 )
4
+ * Fix computing features for CED audio tagging models. (#1341 )
5
+ * Preserve previous result as context for next segment (#1335 )
6
+ * Add Python binding for online punctuation models (#1312 )
7
+ * Fix vad.Flush(). (#1329 )
8
+ * Fix wasm app for streaming paraformer (#1328 )
9
+ * Build websocket related binaries for embedded systems. (#1327 )
10
+ * Fixed the C api calls and created the TTS project file (#1324 )
11
+ * Re-implement LM rescore for online transducer (#1231 )
12
+
1
13
## 1.10.24
2
14
3
15
* Add VAD and keyword spotting for the Node package with WebAssembly (#1286 )
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.24 " )
14
+ set (SHERPA_ONNX_VERSION "1.10.25 " )
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.24
12
+ sherpa_onnx : ^1.10.25
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.24
12
+ sherpa_onnx : ^1.10.25
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.24
12
+ sherpa_onnx : ^1.10.25
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.24
13
+ sherpa_onnx : ^1.10.25
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.24
12
+ sherpa_onnx : ^1.10.25
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.24
14
+ sherpa_onnx : ^1.10.25
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.24
11
+ sherpa_onnx : ^1.10.25
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.24
13
+ sherpa_onnx : ^1.10.25
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.24
12
+ sherpa_onnx : ^1.10.25
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.24
8
+ version : 1.10.25
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.24
34
+ sherpa_onnx : ^1.10.25
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.24
8
+ version : 1.10.25
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.24
21
+ sherpa_onnx : ^1.10.25
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.24
20
+ version : 1.10.25
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.24
33
+ sherpa_onnx_android : ^1.10.25
34
34
# sherpa_onnx_android:
35
35
# path: ../sherpa_onnx_android
36
36
37
- sherpa_onnx_macos : ^1.10.24
37
+ sherpa_onnx_macos : ^1.10.25
38
38
# sherpa_onnx_macos:
39
39
# path: ../sherpa_onnx_macos
40
40
41
- sherpa_onnx_linux : ^1.10.24
41
+ sherpa_onnx_linux : ^1.10.25
42
42
# sherpa_onnx_linux:
43
43
# path: ../sherpa_onnx_linux
44
44
#
45
- sherpa_onnx_windows : ^1.10.24
45
+ sherpa_onnx_windows : ^1.10.25
46
46
# sherpa_onnx_windows:
47
47
# path: ../sherpa_onnx_windows
48
48
49
- sherpa_onnx_ios : ^1.10.24
49
+ sherpa_onnx_ios : ^1.10.25
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.24 '
10
+ s . version = '1.10.25 '
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.24 '
7
+ s . version = '1.10.25 '
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\.23 /1\.10\.24 /g' {} \;
4
- find dart-api-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.23 /1\.10\.24 /g' {} \;
5
- find flutter-examples -name * .yaml -type f -exec sed -i.bak ' s/1\.10\.23 /1\.10\.24 /g' {} \;
6
- find flutter -name * .podspec -type f -exec sed -i.bak ' s/1\.10\.23 /1\.10\.24 /g' {} \;
7
- find nodejs-addon-examples -name package.json -type f -exec sed -i.bak ' s/1\.10\.23 /1\.10\.24 /g' {} \;
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' {} \;
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "sherpa-onnx-node" : " ^1.10.24 "
3
+ "sherpa-onnx-node" : " ^1.10.25 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments