正在显示
20 个修改的文件
包含
44 行增加
和
30 行删除
| 1 | +## 1.10.29 | ||
| 2 | + | ||
| 3 | +* Add Go API for offline punctuation models (#1434) | ||
| 4 | +* Support https://huggingface.co/Revai/reverb-diarization-v1 (#1437) | ||
| 5 | +* Add more models for speaker diarization (#1440) | ||
| 6 | +* Add Java API example for hotwords. (#1442) | ||
| 7 | +* Add java android demo (#1454) | ||
| 8 | +* Add C++ API for streaming ASR. (#1455) | ||
| 9 | +* Add C++ API for non-streaming ASR (#1456) | ||
| 10 | +* Handle NaN embeddings in speaker diarization. (#1461) | ||
| 11 | +* Add speaker identification with VAD and non-streaming ASR using ALSA (#1463) | ||
| 12 | +* Support GigaAM CTC models for Russian ASR (#1464) | ||
| 13 | +* Add GigaAM NeMo transducer model for Russian ASR (#1467) | ||
| 14 | + | ||
| 1 | ## 1.10.28 | 15 | ## 1.10.28 |
| 2 | 16 | ||
| 3 | * Fix swift example for generating subtitles. (#1362) | 17 | * Fix swift example for generating subtitles. (#1362) |
| @@ -11,7 +11,7 @@ project(sherpa-onnx) | @@ -11,7 +11,7 @@ project(sherpa-onnx) | ||
| 11 | # ./nodejs-addon-examples | 11 | # ./nodejs-addon-examples |
| 12 | # ./dart-api-examples/ | 12 | # ./dart-api-examples/ |
| 13 | # ./CHANGELOG.md | 13 | # ./CHANGELOG.md |
| 14 | -set(SHERPA_ONNX_VERSION "1.10.28") | 14 | +set(SHERPA_ONNX_VERSION "1.10.29") |
| 15 | 15 | ||
| 16 | # Disable warning about | 16 | # Disable warning about |
| 17 | # | 17 | # |
| @@ -9,7 +9,7 @@ environment: | @@ -9,7 +9,7 @@ environment: | ||
| 9 | sdk: ">=3.0.0 <4.0.0" | 9 | sdk: ">=3.0.0 <4.0.0" |
| 10 | 10 | ||
| 11 | dependencies: | 11 | dependencies: |
| 12 | - sherpa_onnx: ^1.10.28 | 12 | + sherpa_onnx: ^1.10.29 |
| 13 | # sherpa_onnx: | 13 | # sherpa_onnx: |
| 14 | # path: ../../flutter/sherpa_onnx | 14 | # path: ../../flutter/sherpa_onnx |
| 15 | path: ^1.9.0 | 15 | path: ^1.9.0 |
| @@ -8,7 +8,7 @@ environment: | @@ -8,7 +8,7 @@ environment: | ||
| 8 | sdk: ">=3.0.0 <4.0.0" | 8 | sdk: ">=3.0.0 <4.0.0" |
| 9 | 9 | ||
| 10 | dependencies: | 10 | dependencies: |
| 11 | - sherpa_onnx: ^1.10.28 | 11 | + sherpa_onnx: ^1.10.29 |
| 12 | # sherpa_onnx: | 12 | # sherpa_onnx: |
| 13 | # path: ../../flutter/sherpa_onnx | 13 | # path: ../../flutter/sherpa_onnx |
| 14 | path: ^1.9.0 | 14 | path: ^1.9.0 |
| @@ -5,7 +5,7 @@ description: > | @@ -5,7 +5,7 @@ description: > | ||
| 5 | 5 | ||
| 6 | publish_to: 'none' | 6 | publish_to: 'none' |
| 7 | 7 | ||
| 8 | -version: 1.10.28 | 8 | +version: 1.10.29 |
| 9 | 9 | ||
| 10 | topics: | 10 | topics: |
| 11 | - speech-recognition | 11 | - speech-recognition |
| @@ -31,7 +31,7 @@ dependencies: | @@ -31,7 +31,7 @@ dependencies: | ||
| 31 | record: ^5.1.0 | 31 | record: ^5.1.0 |
| 32 | url_launcher: ^6.2.6 | 32 | url_launcher: ^6.2.6 |
| 33 | 33 | ||
| 34 | - sherpa_onnx: ^1.10.28 | 34 | + sherpa_onnx: ^1.10.29 |
| 35 | # sherpa_onnx: | 35 | # sherpa_onnx: |
| 36 | # path: ../../flutter/sherpa_onnx | 36 | # path: ../../flutter/sherpa_onnx |
| 37 | 37 |
| @@ -5,7 +5,7 @@ description: > | @@ -5,7 +5,7 @@ description: > | ||
| 5 | 5 | ||
| 6 | publish_to: 'none' # Remove this line if you wish to publish to pub.dev | 6 | publish_to: 'none' # Remove this line if you wish to publish to pub.dev |
| 7 | 7 | ||
| 8 | -version: 1.10.28 | 8 | +version: 1.10.29 |
| 9 | 9 | ||
| 10 | environment: | 10 | environment: |
| 11 | sdk: ">=2.17.0 <4.0.0" | 11 | sdk: ">=2.17.0 <4.0.0" |
| @@ -18,7 +18,7 @@ dependencies: | @@ -18,7 +18,7 @@ dependencies: | ||
| 18 | cupertino_icons: ^1.0.6 | 18 | cupertino_icons: ^1.0.6 |
| 19 | path_provider: ^2.1.3 | 19 | path_provider: ^2.1.3 |
| 20 | path: ^1.9.0 | 20 | path: ^1.9.0 |
| 21 | - sherpa_onnx: ^1.10.28 | 21 | + sherpa_onnx: ^1.10.29 |
| 22 | # sherpa_onnx: | 22 | # sherpa_onnx: |
| 23 | # path: ../../flutter/sherpa_onnx | 23 | # path: ../../flutter/sherpa_onnx |
| 24 | url_launcher: 6.2.6 | 24 | url_launcher: 6.2.6 |
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | 4 | ||
| 5 | | Functions | URL | Supported Platforms| | 5 | | Functions | URL | Supported Platforms| |
| 6 | |---|---|---| | 6 | |---|---|---| |
| 7 | -|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/streaming_asr)| Android, macOS, Windows| | 7 | +|Streaming speech recognition| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/streaming_asr)| Android, iOS, macOS, Windows| |
| 8 | |Speech synthesis| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/tts)| Android, iOS, Linux, macOS, Windows| | 8 | |Speech synthesis| [Address](https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter-examples/tts)| Android, iOS, Linux, macOS, Windows| |
| 9 | 9 | ||
| 10 | ## Pure dart-examples | 10 | ## Pure dart-examples |
| @@ -17,7 +17,7 @@ topics: | @@ -17,7 +17,7 @@ topics: | ||
| 17 | - voice-activity-detection | 17 | - voice-activity-detection |
| 18 | 18 | ||
| 19 | # remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec | 19 | # remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec |
| 20 | -version: 1.10.28 | 20 | +version: 1.10.29 |
| 21 | 21 | ||
| 22 | homepage: https://github.com/k2-fsa/sherpa-onnx | 22 | homepage: https://github.com/k2-fsa/sherpa-onnx |
| 23 | 23 | ||
| @@ -30,23 +30,23 @@ dependencies: | @@ -30,23 +30,23 @@ dependencies: | ||
| 30 | flutter: | 30 | flutter: |
| 31 | sdk: flutter | 31 | sdk: flutter |
| 32 | 32 | ||
| 33 | - sherpa_onnx_android: ^1.10.28 | 33 | + sherpa_onnx_android: ^1.10.29 |
| 34 | # sherpa_onnx_android: | 34 | # sherpa_onnx_android: |
| 35 | # path: ../sherpa_onnx_android | 35 | # path: ../sherpa_onnx_android |
| 36 | 36 | ||
| 37 | - sherpa_onnx_macos: ^1.10.28 | 37 | + sherpa_onnx_macos: ^1.10.29 |
| 38 | # sherpa_onnx_macos: | 38 | # sherpa_onnx_macos: |
| 39 | # path: ../sherpa_onnx_macos | 39 | # path: ../sherpa_onnx_macos |
| 40 | 40 | ||
| 41 | - sherpa_onnx_linux: ^1.10.28 | 41 | + sherpa_onnx_linux: ^1.10.29 |
| 42 | # sherpa_onnx_linux: | 42 | # sherpa_onnx_linux: |
| 43 | # path: ../sherpa_onnx_linux | 43 | # path: ../sherpa_onnx_linux |
| 44 | 44 | ||
| 45 | - sherpa_onnx_windows: ^1.10.28 | 45 | + sherpa_onnx_windows: ^1.10.29 |
| 46 | # sherpa_onnx_windows: | 46 | # sherpa_onnx_windows: |
| 47 | # path: ../sherpa_onnx_windows | 47 | # path: ../sherpa_onnx_windows |
| 48 | 48 | ||
| 49 | - sherpa_onnx_ios: ^1.10.28 | 49 | + sherpa_onnx_ios: ^1.10.29 |
| 50 | # sherpa_onnx_ios: | 50 | # sherpa_onnx_ios: |
| 51 | # path: ../sherpa_onnx_ios | 51 | # path: ../sherpa_onnx_ios |
| 52 | 52 |
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | # https://groups.google.com/g/dart-ffi/c/nUATMBy7r0c | 7 | # https://groups.google.com/g/dart-ffi/c/nUATMBy7r0c |
| 8 | Pod::Spec.new do |s| | 8 | Pod::Spec.new do |s| |
| 9 | s.name = 'sherpa_onnx_ios' | 9 | s.name = 'sherpa_onnx_ios' |
| 10 | - s.version = '1.10.28' | 10 | + s.version = '1.10.29' |
| 11 | s.summary = 'A new Flutter FFI plugin project.' | 11 | s.summary = 'A new Flutter FFI plugin project.' |
| 12 | s.description = <<-DESC | 12 | s.description = <<-DESC |
| 13 | A new Flutter FFI plugin project. | 13 | A new Flutter FFI plugin project. |
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | # | 4 | # |
| 5 | Pod::Spec.new do |s| | 5 | Pod::Spec.new do |s| |
| 6 | s.name = 'sherpa_onnx_macos' | 6 | s.name = 'sherpa_onnx_macos' |
| 7 | - s.version = '1.10.28' | 7 | + s.version = '1.10.29' |
| 8 | s.summary = 'sherpa-onnx Flutter FFI plugin project.' | 8 | s.summary = 'sherpa-onnx Flutter FFI plugin project.' |
| 9 | s.description = <<-DESC | 9 | s.description = <<-DESC |
| 10 | sherpa-onnx Flutter FFI plugin project. | 10 | sherpa-onnx Flutter FFI plugin project. |
| 1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
| 2 | 2 | ||
| 3 | -find flutter -name *.yaml -type f -exec sed -i.bak 's/1\.10\.27/1\.10\.28/g' {} \; | ||
| 4 | -find dart-api-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.27/1\.10\.28/g' {} \; | ||
| 5 | -find flutter-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.27/1\.10\.28/g' {} \; | ||
| 6 | -find flutter -name *.podspec -type f -exec sed -i.bak 's/1\.10\.27/1\.10\.28/g' {} \; | ||
| 7 | -find nodejs-addon-examples -name package.json -type f -exec sed -i.bak 's/1\.10\.27/1\.10\.28/g' {} \; | 3 | +find flutter -name *.yaml -type f -exec sed -i.bak 's/1\.10\.28/1\.10\.29/g' {} \; |
| 4 | +find dart-api-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.28/1\.10\.29/g' {} \; | ||
| 5 | +find flutter-examples -name *.yaml -type f -exec sed -i.bak 's/1\.10\.28/1\.10\.29/g' {} \; | ||
| 6 | +find flutter -name *.podspec -type f -exec sed -i.bak 's/1\.10\.28/1\.10\.29/g' {} \; | ||
| 7 | +find nodejs-addon-examples -name package.json -type f -exec sed -i.bak 's/1\.10\.28/1\.10\.29/g' {} \; |
-
请 注册 或 登录 后发表评论