Fangjun Kuang
Committed by GitHub

Release v1.12.12 (#2586)

正在显示 55 个修改的文件 包含 112 行增加91 行删除
## 1.12.12
* Fix building for risc-v (#2549)
* Fix using sherpa-onnx as a cmake sub-project. (#2550)
* Update kaldifst and kaldi-decoder (#2551)
* Support armv8l in Java API (#2556)
* Disable loading libs from jar on Android. (#2557)
* Fix cantonese vits tts (#2558)
* Avoid appending blanks for Cantonese vits tts. (#2559)
* Add hint for loading model files from SD card on Android. (#2564)
* Update README to include https://github.com/Mentra-Community/MentraOS (#2565)
* Export models from https://github.com/voicekit-team/T-one to sherpa-onnx (#2571)
* Add C++ and Python support for T-one streaming Russian ASR models (#2575)
* Add various language bindings for streaming T-one Russian ASR models (#2576)
* Fix the missing online punctuation in android aar (#2577)
* Export KittenTTS mini v0.1 to sherpa-onnx (#2578)
* Upload new sense-voice models (#2580)
* Export ASLP-lab/WSYue-ASR/tree/main/u2pp_conformer_yue to sherpa-onnx (#2582)
* Add various languge bindings for Wenet non-streaming CTC models (#2584)
## 1.12.11
* Add two more Piper tts models (#2525)
... ...
... ... @@ -14,7 +14,7 @@ project(sherpa-onnx)
# Remember to update
# ./CHANGELOG.md
# ./new-release.sh
set(SHERPA_ONNX_VERSION "1.12.11")
set(SHERPA_ONNX_VERSION "1.12.12")
# Disable warning about
#
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 32
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 32
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -4,8 +4,8 @@
git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-v1.12.11-android.tar.bz2
tar xvf sherpa-onnx-v1.12.11-android.tar.bz2
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-v1.12.12-android.tar.bz2
tar xvf sherpa-onnx-v1.12.12-android.tar.bz2
cp -v jniLibs/arm64-v8a/* android/SherpaOnnxAar/sherpa_onnx/src/main/jniLibs/arm64-v8a/
cp -v jniLibs/armeabi-v7a/* android/SherpaOnnxAar/sherpa_onnx/src/main/jniLibs/armeabi-v7a/
... ... @@ -16,5 +16,5 @@ cd android/SherpaOnnxAar
./gradlew :sherpa_onnx:assembleRelease
ls -lh ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar
cp ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar ../../sherpa-onnx-1.12.11.aar
cp ./sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar ../../sherpa-onnx-1.12.12.aar
```
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.audio.tagging"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.audio.tagging.wear.os"
minSdk = 26
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
vectorDrawables {
useSupportLibrary = true
}
... ...
... ... @@ -9,8 +9,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 28
targetSdk 34
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ... @@ -34,5 +34,5 @@ dependencies {
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'androidx.core:core-ktx:1.7.0'
// implementation files('/Users/fangjun/open-source/sherpa-onnx/android/SherpaOnnxAar/sherpa_onnx/build/outputs/aar/sherpa_onnx-release.aar')
implementation 'com.github.k2-fsa:sherpa-onnx:v1.12.11'
implementation 'com.github.k2-fsa:sherpa-onnx:v1.12.12'
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 32
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.simulate.streaming.asr"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.simulate.streaming.asr.wear.os"
minSdk = 28
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
vectorDrawables {
useSupportLibrary = true
}
... ... @@ -58,7 +58,7 @@ dependencies {
implementation(libs.compose.foundation)
implementation(libs.activity.compose)
implementation(libs.core.splashscreen)
implementation("com.github.k2-fsa:sherpa-onnx:v1.12.11")
implementation("com.github.k2-fsa:sherpa-onnx:v1.12.12")
androidTestImplementation(platform(libs.compose.bom))
androidTestImplementation(libs.ui.test.junit4)
debugImplementation(libs.ui.tooling)
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.speaker.diarization"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.speaker.identification"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.slid"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 32
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId = "com.k2fsa.sherpa.onnx.tts.engine"
minSdk = 21
targetSdk = 34
versionCode = 20250901
versionName = "1.12.11"
versionCode = 20250910
versionName = "1.12.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 33
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 33
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -11,8 +11,8 @@ android {
applicationId "com.k2fsa.sherpa.onnx"
minSdk 21
targetSdk 32
versionCode 20250901
versionName "1.12.11"
versionCode 20250910
versionName "1.12.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
... ...
... ... @@ -242,7 +242,7 @@ for d in ios-arm64_x86_64-simulator ios-arm64; do
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.12.11</string>
<string>1.12.12</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
... ...
... ... @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
path: ^1.9.0
... ...
... ... @@ -10,7 +10,7 @@ environment:
# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -8,7 +8,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
path: ^1.9.0
... ...
... ... @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -10,7 +10,7 @@ environment:
# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
path: ^1.9.0
... ...
... ... @@ -11,7 +11,7 @@ environment:
# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -8,7 +8,7 @@ environment:
# Add regular dependencies here.
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -10,7 +10,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -9,7 +9,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
path: ^1.9.0
args: ^2.5.0
... ...
... ... @@ -5,7 +5,7 @@ description: >
publish_to: 'none'
version: 1.12.11
version: 1.12.12
topics:
- speech-recognition
... ... @@ -31,7 +31,7 @@ dependencies:
record: ^5.1.0
url_launcher: ^6.2.6
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
... ...
... ... @@ -5,7 +5,7 @@ description: >
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.12.11
version: 1.12.12
environment:
sdk: ">=2.17.0 <4.0.0"
... ... @@ -18,7 +18,7 @@ dependencies:
cupertino_icons: ^1.0.6
path_provider: ^2.1.3
path: ^1.9.0
sherpa_onnx: ^1.12.11
sherpa_onnx: ^1.12.12
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
url_launcher: 6.2.6
... ...
... ... @@ -17,7 +17,7 @@ topics:
- voice-activity-detection
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
version: 1.12.11
version: 1.12.12
homepage: https://github.com/k2-fsa/sherpa-onnx
... ... @@ -30,23 +30,23 @@ dependencies:
flutter:
sdk: flutter
sherpa_onnx_android: ^1.12.11
sherpa_onnx_android: ^1.12.12
# sherpa_onnx_android:
# path: ../sherpa_onnx_android
sherpa_onnx_macos: ^1.12.11
sherpa_onnx_macos: ^1.12.12
# sherpa_onnx_macos:
# path: ../sherpa_onnx_macos
sherpa_onnx_linux: ^1.12.11
sherpa_onnx_linux: ^1.12.12
# sherpa_onnx_linux:
# path: ../sherpa_onnx_linux
sherpa_onnx_windows: ^1.12.11
sherpa_onnx_windows: ^1.12.12
# sherpa_onnx_windows:
# path: ../sherpa_onnx_windows
sherpa_onnx_ios: ^1.12.11
sherpa_onnx_ios: ^1.12.12
# sherpa_onnx_ios:
# path: ../sherpa_onnx_ios
... ...
... ... @@ -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.12.11'
s.version = '1.12.12'
s.summary = 'A new Flutter FFI plugin project.'
s.description = <<-DESC
A new Flutter FFI plugin project.
... ...
... ... @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'sherpa_onnx_macos'
s.version = '1.12.11'
s.version = '1.12.12'
s.summary = 'sherpa-onnx Flutter FFI plugin project.'
s.description = <<-DESC
sherpa-onnx Flutter FFI plugin project.
... ...
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '1.12.11';
export const HAR_VERSION = '1.12.12';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
... ...
... ... @@ -23,7 +23,7 @@ or update your `oh-package.json5` to include the following:
```
"dependencies": {
"sherpa_onnx": "1.12.11",
"sherpa_onnx": "1.12.12",
},
```
... ...
{
"name": "sherpa_onnx",
"version": "1.12.11",
"version": "1.12.12",
"description": "On-device speech-to-text, text-to-speech, and speaker diarization using Next-gen Kaldi without Internet connection",
"main": "Index.ets",
"author": "The next-gen Kaldi team",
... ...
... ... @@ -6,7 +6,7 @@
"author": "",
"license": "",
"dependencies": {
"sherpa_onnx": "1.12.11"
"sherpa_onnx": "1.12.12"
}
}
... ...
... ... @@ -6,7 +6,7 @@
"author": "",
"license": "",
"dependencies": {
"sherpa_onnx": "1.12.11",
"sherpa_onnx": "1.12.12",
}
}
... ...
... ... @@ -6,7 +6,7 @@
"author": "",
"license": "",
"dependencies": {
"sherpa_onnx": "1.12.11",
"sherpa_onnx": "1.12.12",
}
}
... ...
... ... @@ -6,7 +6,7 @@
"author": "",
"license": "",
"dependencies": {
"sherpa_onnx": "1.12.11",
"sherpa_onnx": "1.12.12",
}
}
... ...
# Introduction
Please download ./sherpa_onnx-v1.12.11.har
Please download ./sherpa_onnx-v1.12.12.har
from <https://huggingface.co/csukuangfj/sherpa-onnx-harmony-os/tree/main/har>
Hint: For users who have no access to huggingface, please use
... ...
... ... @@ -7,7 +7,7 @@
"license": "",
"dependencies": {
// please see https://ohpm.openharmony.cn/#/cn/detail/sherpa_onnx
"sherpa_onnx": "1.12.11",
"sherpa_onnx": "1.12.12",
}
}
... ...
... ... @@ -2,8 +2,8 @@ jdk:
- openjdk17
before_install:
- wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-1.12.11.aar
- wget https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-1.12.12.aar
install:
- FILE="-Dfile=sherpa-onnx-1.12.11.aar"
- mvn install:install-file $FILE -DgroupId=com.k2fsa.sherpa.onnx -DartifactId=sherpa-onnx -Dversion=1.12.11 -Dpackaging=aar -DgeneratePom=true
- FILE="-Dfile=sherpa-onnx-1.12.12.aar"
- mvn install:install-file $FILE -DgroupId=com.k2fsa.sherpa.onnx -DartifactId=sherpa-onnx -Dversion=1.12.12 -Dpackaging=aar -DgeneratePom=true
... ...
... ... @@ -5,9 +5,9 @@ for speech recognition.
|Directory| Pre-built exe (x64)|Pre-built exe (x86)| Description|
|---------|--------------------|-------------------|------------|
|[./NonStreamingSpeechRecognition](./NonStreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-non-streaming-asr-x64-v1.12.11.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-non-streaming-asr-x86-v1.12.11.exe)| Non-streaming speech recognition|
|[./StreamingSpeechRecognition](./StreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-streaming-asr-x64-v1.12.11.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-streaming-asr-x86-v1.12.11.exe)| Streaming speech recognition|
|[./NonStreamingTextToSpeech](./NonStreamingTextToSpeech)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-non-streaming-tts-x64-v1.12.11.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.11/sherpa-onnx-non-streaming-tts-x86-v1.12.11.exe)| Non-streaming text to speech|
|[./NonStreamingSpeechRecognition](./NonStreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-non-streaming-asr-x64-v1.12.12.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-non-streaming-asr-x86-v1.12.12.exe)| Non-streaming speech recognition|
|[./StreamingSpeechRecognition](./StreamingSpeechRecognition)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-streaming-asr-x64-v1.12.12.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-streaming-asr-x86-v1.12.12.exe)| Streaming speech recognition|
|[./NonStreamingTextToSpeech](./NonStreamingTextToSpeech)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-non-streaming-tts-x64-v1.12.12.exe)|[URL](https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.12/sherpa-onnx-non-streaming-tts-x86-v1.12.12.exe)| Non-streaming text to speech|
Caution: You need to use Windows and install Visual Studio 2022 in order to
compile it.
... ...
... ... @@ -2,11 +2,11 @@
set -ex
old_version_code=20250825
new_version_code=20250901
old_version_code=20250901
new_version_code=20250910
old_version="1\.12\.10"
new_version="1\.12\.11"
old_version="1\.12\.11"
new_version="1\.12\.12"
replace_str="s/$old_version/$new_version/g"
... ... @@ -44,6 +44,7 @@ find nodejs-examples -name package.json -type f -exec sed -i.bak "$replace_str"
find harmony-os -name "README.md" -type f -exec sed -i.bak "$replace_str" {} \;
find harmony-os -name oh-package.json5 -type f -exec sed -i.bak "$replace_str" {} \;
find harmony-os -name BuildProfile.ets -type f -exec sed -i.bak "$replace_str" {} \;
find mfc-examples -name "README.md" -type f -exec sed -i.bak "$replace_str" {} \;
... ...
{
"dependencies": {
"sherpa-onnx-node": "^1.12.11"
"sherpa-onnx-node": "^1.12.12"
}
}
... ...
... ... @@ -2,7 +2,7 @@
"dependencies": {
"mic": "^2.1.2",
"naudiodon2": "^2.4.0",
"sherpa-onnx": "^1.12.11",
"sherpa-onnx": "^1.12.12",
"wav": "^1.0.2"
}
}
... ...
... ... @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.k2fsa.sherpa.onnx</groupId>
<artifactId>sherpa-onnx-android</artifactId>
<version>1.12.11</version>
<version>1.12.12</version>
<url>https://github.com/k2-fsa/sherpa-onnx</url>
<packaging>pom</packaging>
<description>First Android Library</description>
... ...
... ... @@ -13,7 +13,7 @@ print("bin_files", bin_files)
setup(
name="sherpa-onnx-bin",
version="1.12.11",
version="1.12.12",
description="Binary executables for sherpa-onnx",
author="The sherpa-onnx development team",
url="https://github.com/k2-fsa/sherpa-onnx",
... ... @@ -23,7 +23,7 @@ setup(
packages=[],
data_files=[("Scripts", bin_files) if is_windows() else ("bin", bin_files)],
install_requires=[
"sherpa-onnx-core==1.12.11",
"sherpa-onnx-core==1.12.12",
],
classifiers=[
"Programming Language :: Python :: 3",
... ...
... ... @@ -23,7 +23,7 @@ def get_binaries():
setup(
name="sherpa-onnx-core",
version="1.12.11",
version="1.12.12",
description="Core shared libraries for sherpa-onnx",
packages=["sherpa_onnx"],
include_package_data=True,
... ...
... ... @@ -101,7 +101,7 @@ setuptools.setup(
],
},
license="Apache licensed, as found in the LICENSE file",
install_requires=["sherpa-onnx-core==1.12.11"] if need_split_package() else None,
install_requires=["sherpa-onnx-core==1.12.12"] if need_split_package() else None,
)
with open("sherpa-onnx/python/sherpa_onnx/__init__.py", "r") as f:
... ...
... ... @@ -7,17 +7,17 @@
namespace sherpa_onnx {
const char *GetGitDate() {
static const char *date = "Mon Sep 1 11:59:46 2025";
static const char *date = "Wed Sep 10 18:52:18 2025";
return date;
}
const char *GetGitSha1() {
static const char *sha1 = "f0e68cde";
static const char *sha1 = "7e42ba2c";
return sha1;
}
const char *GetVersionStr() {
static const char *version = "1.12.11";
static const char *version = "1.12.12";
return version;
}
... ...