Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2024-08-16 22:40:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-08-16 22:40:49 +0800
Commit
88809753abe7ab1812cde2d225dcebb825cad830
88809753
1 parent
9dcea49d
Release v1.10.22 (#1267)
显示空白字符变更
内嵌
并排对比
正在显示
18 个修改的文件
包含
45 行增加
和
33 行删除
CHANGELOG.md
CMakeLists.txt
dart-api-examples/add-punctuations/pubspec.yaml
dart-api-examples/audio-tagging/pubspec.yaml
dart-api-examples/keyword-spotter/pubspec.yaml
dart-api-examples/non-streaming-asr/pubspec.yaml
dart-api-examples/speaker-identification/pubspec.yaml
dart-api-examples/streaming-asr/pubspec.yaml
dart-api-examples/tts/pubspec.yaml
dart-api-examples/vad-with-non-streaming-asr/pubspec.yaml
dart-api-examples/vad/pubspec.yaml
flutter-examples/streaming_asr/pubspec.yaml
flutter-examples/tts/pubspec.yaml
flutter/sherpa_onnx/pubspec.yaml
flutter/sherpa_onnx_ios/ios/sherpa_onnx_ios.podspec
flutter/sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
nodejs-addon-examples/package.json
sherpa-onnx/pascal-api/sherpa_onnx.pas
CHANGELOG.md
查看文件 @
8880975
## 1.10.22
*
Add Pascal API for reading wave files (#1243)
*
Pascal API for streaming ASR (#1246)
*
Pascal API for non-streaming ASR (#1247)
*
Pascal API for VAD (#1249)
*
Add more C API examples (#1255)
*
Add emotion, event of SenseVoice. (#1257)
*
Support reading multi-channel wave files with 8/16/32-bit encoded samples (#1258)
*
Enable IPO only for Release build. (#1261)
*
Add Lazarus example for generating subtitles using Silero VAD with non-streaming ASR (#1251)
*
Fix looking up OOVs in lexicon.txt for MeloTTS models. (#1266)
## 1.10.21
*
Fix ffmpeg c api example (#1185)
...
...
CMakeLists.txt
查看文件 @
8880975
...
...
@@ -11,7 +11,7 @@ project(sherpa-onnx)
# ./nodejs-addon-examples
# ./dart-api-examples/
# ./CHANGELOG.md
set
(
SHERPA_ONNX_VERSION
"1.10.2
1
"
)
set
(
SHERPA_ONNX_VERSION
"1.10.2
2
"
)
# Disable warning about
#
...
...
dart-api-examples/add-punctuations/pubspec.yaml
查看文件 @
8880975
...
...
@@ -9,7 +9,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/audio-tagging/pubspec.yaml
查看文件 @
8880975
...
...
@@ -9,7 +9,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/keyword-spotter/pubspec.yaml
查看文件 @
8880975
...
...
@@ -9,7 +9,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
path
:
^1.9.0
...
...
dart-api-examples/non-streaming-asr/pubspec.yaml
查看文件 @
8880975
...
...
@@ -10,7 +10,7 @@ environment:
# Add regular dependencies here.
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/speaker-identification/pubspec.yaml
查看文件 @
8880975
...
...
@@ -9,7 +9,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/streaming-asr/pubspec.yaml
查看文件 @
8880975
...
...
@@ -11,7 +11,7 @@ environment:
# Add regular dependencies here.
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/tts/pubspec.yaml
查看文件 @
8880975
...
...
@@ -8,7 +8,7 @@ environment:
# Add regular dependencies here.
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/vad-with-non-streaming-asr/pubspec.yaml
查看文件 @
8880975
...
...
@@ -10,7 +10,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
dart-api-examples/vad/pubspec.yaml
查看文件 @
8880975
...
...
@@ -9,7 +9,7 @@ environment:
sdk
:
^3.4.0
dependencies
:
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
path
:
^1.9.0
args
:
^2.5.0
...
...
flutter-examples/streaming_asr/pubspec.yaml
查看文件 @
8880975
...
...
@@ -5,7 +5,7 @@ description: >
publish_to
:
'
none'
version
:
1.10.2
1
version
:
1.10.2
2
topics
:
-
speech-recognition
...
...
@@ -30,7 +30,7 @@ dependencies:
record
:
^5.1.0
url_launcher
:
^6.2.6
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
# sherpa_onnx:
# path: ../../flutter/sherpa_onnx
...
...
flutter-examples/tts/pubspec.yaml
查看文件 @
8880975
...
...
@@ -5,7 +5,7 @@ description: >
publish_to
:
'
none'
# Remove this line if you wish to publish to pub.dev
version
:
1.10.2
1
version
:
1.10.2
2
environment
:
sdk
:
'
>=3.4.0
<4.0.0'
...
...
@@ -17,7 +17,7 @@ dependencies:
cupertino_icons
:
^1.0.6
path_provider
:
^2.1.3
path
:
^1.9.0
sherpa_onnx
:
^1.10.2
1
sherpa_onnx
:
^1.10.2
2
url_launcher
:
^6.2.6
audioplayers
:
^5.0.0
...
...
flutter/sherpa_onnx/pubspec.yaml
查看文件 @
8880975
...
...
@@ -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.2
1
version
:
1.10.2
2
homepage
:
https://github.com/k2-fsa/sherpa-onnx
...
...
@@ -30,23 +30,23 @@ dependencies:
flutter
:
sdk
:
flutter
sherpa_onnx_android
:
^1.10.2
1
sherpa_onnx_android
:
^1.10.2
2
# sherpa_onnx_android:
# path: ../sherpa_onnx_android
sherpa_onnx_macos
:
^1.10.2
1
sherpa_onnx_macos
:
^1.10.2
2
# sherpa_onnx_macos:
# path: ../sherpa_onnx_macos
sherpa_onnx_linux
:
^1.10.2
1
sherpa_onnx_linux
:
^1.10.2
2
# sherpa_onnx_linux:
# path: ../sherpa_onnx_linux
#
sherpa_onnx_windows
:
^1.10.2
1
sherpa_onnx_windows
:
^1.10.2
2
# sherpa_onnx_windows:
# path: ../sherpa_onnx_windows
sherpa_onnx_ios
:
^1.10.2
1
sherpa_onnx_ios
:
^1.10.2
2
# sherpa_onnx_ios:
# path: ../sherpa_onnx_ios
...
...
flutter/sherpa_onnx_ios/ios/sherpa_onnx_ios.podspec
查看文件 @
8880975
...
...
@@ -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.2
1
'
s
.
version
=
'1.10.2
2
'
s
.
summary
=
'A new Flutter FFI plugin project.'
s
.
description
=
<<-
DESC
A new Flutter FFI plugin project.
...
...
flutter/sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
查看文件 @
8880975
...
...
@@ -4,7 +4,7 @@
#
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'sherpa_onnx_macos'
s
.
version
=
'1.10.2
1
'
s
.
version
=
'1.10.2
2
'
s
.
summary
=
'sherpa-onnx Flutter FFI plugin project.'
s
.
description
=
<<-
DESC
sherpa-onnx Flutter FFI plugin project.
...
...
nodejs-addon-examples/package.json
查看文件 @
8880975
{
"dependencies"
:
{
"sherpa-onnx-node"
:
"^1.10.2
1
"
"sherpa-onnx-node"
:
"^1.10.2
2
"
}
}
...
...
sherpa-onnx/pascal-api/sherpa_onnx.pas
查看文件 @
8880975
...
...
@@ -316,14 +316,13 @@ const
-
https://downloads.freepascal.org/fpc/docs-pdf/CinFreePascal.pdf
}
{
$
IFDEF
WINDOWS
}
{
$
if
defined(WINDOWS)
}
{
For
windows,
we
always
use
dynamic
link.
See
https://forum.lazarus.freepascal.org/index.php/topic,15712.msg84781.html#msg84781
We
need
to
rebuild
the
static
lib
for
windows
using
Mingw
or
cygwin
}
SherpaOnnxLibName
=
'sherpa-onnx-c-api.dll';
{
$ELSE
}
{
$IFNDEF
SHERPA_ONNX_USE_SHARED_LIBS
}
{
$elseif
not
defined(SHERPA_ONNX_USE_SHARED_LIBS)
}
{
static
link
for
linux
and
macos
}
{
$linklib
sherpa-onnx-c-api
}
{
$linklib
sherpa-onnx-core
}
...
...
@@ -338,22 +337,21 @@ const
{
$linklib
onnxruntime
}
{
$linklib
ssentencepiece_core
}
{
$IFDEF
LINUX
}
{
$ifdef
LINUX
}
{
$linklib
m
}
{
$LINKLIB
stdc++
}
{
$LINKLIB
gcc_s
}
{
$ENDIF
}
{
$endif
}
{
$IFDEF
DARWIN
}
{
$ifdef
DARWIN
}
{
$linklib
c++
}
{
$ENDIF
}
{
$endif
}
SherpaOnnxLibName
=
'';
{
$ELSE
}
{
$else
}
{
dynamic
link
for
linux
and
macos
}
SherpaOnnxLibName
=
'sherpa-onnx-c-api';
{
$linklib
sherpa-onnx-c-api
}
{
$ENDIF
}
{
$ENDIF
}
{
$endif
}
type
SherpaOnnxWave
=
record
...
...
请
注册
或
登录
后发表评论