Support onnxruntime 1.18.0 (#906)

This commit is contained in:
Fangjun Kuang
2024-07-10 17:05:26 +08:00
committed by GitHub
parent 9e446b8501
commit dd0ff2ca06
107 changed files with 644 additions and 601 deletions

View File

@@ -17,7 +17,7 @@ topics:
- voice-activity-detection
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
version: 1.10.12
version: 1.10.13
homepage: https://github.com/k2-fsa/sherpa-onnx
@@ -30,19 +30,19 @@ dependencies:
flutter:
sdk: flutter
sherpa_onnx_android: ^1.10.12
sherpa_onnx_android: ^1.10.13
# path: ../sherpa_onnx_android
sherpa_onnx_macos: ^1.10.12
sherpa_onnx_macos: ^1.10.13
# path: ../sherpa_onnx_macos
sherpa_onnx_linux: ^1.10.12
sherpa_onnx_linux: ^1.10.13
# path: ../sherpa_onnx_linux
#
sherpa_onnx_windows: ^1.10.12
sherpa_onnx_windows: ^1.10.13
# path: ../sherpa_onnx_windows
sherpa_onnx_ios: ^1.10.12
sherpa_onnx_ios: ^1.10.13
# sherpa_onnx_ios:
# path: ../sherpa_onnx_ios

View File

@@ -7,7 +7,7 @@
# https://groups.google.com/g/dart-ffi/c/nUATMBy7r0c
Pod::Spec.new do |s|
s.name = 'sherpa_onnx_ios'
s.version = '1.10.12'
s.version = '1.10.13'
s.summary = 'A new Flutter FFI plugin project.'
s.description = <<-DESC
A new Flutter FFI plugin project.

View File

@@ -12,6 +12,6 @@ project(${PROJECT_NAME} LANGUAGES CXX)
# external build triggered from this build file.
set(sherpa_onnx_linux_bundled_libraries
"${CMAKE_CURRENT_SOURCE_DIR}/libsherpa-onnx-c-api.so"
"${CMAKE_CURRENT_SOURCE_DIR}/libonnxruntime.so.1.17.1"
"${CMAKE_CURRENT_SOURCE_DIR}/libonnxruntime.so"
PARENT_SCOPE
)

View File

@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'sherpa_onnx_macos'
s.version = '1.10.12'
s.version = '1.10.13'
s.summary = 'sherpa-onnx Flutter FFI plugin project.'
s.description = <<-DESC
sherpa-onnx Flutter FFI plugin project.