This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
PaddleSpeech
mirror of
https://github.com/PaddlePaddle/PaddleSpeech
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7cab869d63
develop
dependabot/npm_and_yarn/demos/speech_web/web_client/nanoid-3.3.8
r1.4
speechx
r1.3
r1.2
r1.1
r1.0
r0.2
r0.1
r0.1.0
r0.1.1
r0.1.2
r0.2.0
r1.0.0
r1.0.0a
r1.0.1
r1.1.0
r1.2.0
r1.3.0
r1.4.0
r1.4.1
r1.4.2
v1.0
v1.1
v2.1.0
v2.1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7cab869d63'
${ noResults }
PaddleSpeech
/
runtime
/
engine
/
vad
/
CMakeLists.txt
5 lines
101 B
Raw
Normal View
History
Unescape
Escape
[runtime] support onnx runtime && support ios compile (#3101) * support vad ios compile * support onnx model recognize * add build ios sh
2 years ago
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
opt to compile asr,cls,vad; add vad; format code (#2968)
2 years ago
[runtime] optimization compile and add vad interface (#3026) * vad recipe ok * refactor vad, add vad conf, vad inerface, vad recipe * format * install vad lib/bin/inc * using cpack * add vad doc, fix vad state name * add comment * refactor fastdeploy download * add vad jni; format code * add timer; compute vad rtf; vad add beam param * andorid find library * fix log; add vad rtf * fix glog * fix BUILD_TYPE bug * update doc * rm jni
2 years ago
add_subdirectory
(
nnet
)
opt to compile asr,cls,vad; add vad; format code (#2968)
2 years ago
[runtime] optimization compile and add vad interface (#3026) * vad recipe ok * refactor vad, add vad conf, vad inerface, vad recipe * format * install vad lib/bin/inc * using cpack * add vad doc, fix vad state name * add comment * refactor fastdeploy download * add vad jni; format code * add timer; compute vad rtf; vad add beam param * andorid find library * fix log; add vad rtf * fix glog * fix BUILD_TYPE bug * update doc * rm jni
2 years ago
add_subdirectory
(
interface
)