masimeng1994
5e2251afda
[Engine] rename cls && add cls && vad android demo ( #3188 )
...
* [Engine] rename cls to AudioClassification
* [Engine] add android && vad demo
2 years ago
YangZhou
b05ead51d7
[engine]add recognizer api && clean params && make a shared decoder resource ( #3165 )
2 years ago
masimeng1994
11ce08b260
[engine] replace onnx with fastdeploy ( #3150 )
...
* onnxruntime change to fastdeploy
2 years ago
masimeng1994
d03ebe872a
add vad interface GetVadResult ( #3140 )
...
* add vad interface GetVadResult
* fix comment
2 years ago
YangZhou
f35a87ab89
[Engine] recognizer controller refactor ( #3139 )
...
* refactor recognizer_controller
* clean frontend file
2 years ago
masimeng1994
591b957b96
[runtime] fix linux && android cmake bug ( #3112 )
...
* support vad ios compile
* support onnx model recognize
* add build ios sh
2 years ago
masimeng1994
9e5a39cae0
[runtime] support onnx runtime && support ios compile ( #3101 )
...
* support vad ios compile
* support onnx model recognize
* add build ios sh
2 years ago
YangZhou
767f6dd4e2
[engine] add recognizer_controller && fix build bugs ( #3086 )
...
* fix asr compile
2 years ago
YangZhou
2be7e5725f
[engine]fix asr compile ( #3078 )
...
* fix asr compile
* add pybind
2 years ago
jlqian98
ab4217c2e4
[Engine] add TN/ITN functions ( #3047 )
...
* add AddBlk, ReverseFrac function
* rename text processing functions
2 years ago
masimeng1994
704e363a2d
fix asr cmake ( #3071 )
2 years ago
masimeng1994
f34d4ad4df
[runtime] fix vad and cls cmake ( #3050 )
...
* fix vad and cls cmake
2 years ago
jlqian98
b9bdeca6c5
add text blank preprocess, test=asr ( #3025 )
2 years ago
Hui Zhang
f0ef6f1caf
[runtime] vad jni demo ( #3027 )
...
* android vad jni demo
* update src
* rename
2 years ago
Hui Zhang
bf914a9c8b
[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
Hui Zhang
2beb7ffce0
fix asr compile bug ( #2993 )
2 years ago
Hui Zhang
e9da7e0e07
[runtime] add logging module, build on linux and android, normalize option name ( #2986 )
...
* rename option with WITH_; add logging module to replace with glog
* refactor logging module; build pass on linux and andorid
2 years ago
Hui Zhang
b35fc01a3a
opt to compile asr,cls,vad; add vad; format code ( #2968 )
2 years ago
masimeng1994
78e29c8ec4
add cls engine ( #2923 )
2 years ago
TianYuan
2f8aad95e0
Update .mergify.yml
2 years ago
YangZhou
8e1b4cd513
[engine] rename speechx ( #2892 )
...
* rename speechx
* fix wfst decode error
* replace reset with make_unique
2 years ago
YangZhou
21183d48b6
add wfst decoder ( #2886 )
2 years ago
YangZhou
5042a1686a
[speechx] add batch recognizer decode. ( #2866 )
...
* add recognizer_batch
2 years ago
YangZhou
8a225b1708
[speechx] thread decode ( #2839 )
...
* fix nnet thread crash && rescore cost time
* add nnet thread main
2 years ago
YangZhou
ee7c266f13
[speechx] rm openblas && refactor kaldi-matrix, kaldi-vector ( #2824 )
...
* rm openblas && refactor kaldi-matrix kaldi-vector
2 years ago
YangZhou
c1b1ae0515
[speechx]add kaldi-native-fbank && refactor frontend ( #2794 )
...
* replace kaldi-fbank with kaldi-native-fbank
* make kaldi-native-fbank work
2 years ago
YangZhou
acf1d27230
[speechx] rm ds2 && rm boost ( #2786 )
...
* fix openfst download error
* add acknowledgments of openfst
* refactor directory
* clean ctc_decoders dir
* add nnet cache && make 2 thread work
* do not compile websocket
* rm ds2 && rm boost
* rm ds2 example
2 years ago
YangZhou
5046d8ee94
[Speechx] add nnet prob cache && make 2 thread decode work ( #2769 )
...
* add nnet cache && make 2 thread work
* do not compile websocket
2 years ago
Hui Zhang
f8caaf46c8
refactor cmake, rm absl/linsndfile, add strings unittest ( #2765 )
2 years ago
YangZhou
869f4267d5
[speechx]Speechx directory refactor ( #2746 )
...
* refactor directory
2 years ago
YangZhou
7804c8e8f3
[speechx]fix openfst download error ( #2742 )
...
* fix openfst download error
* add acknowledgments of openfst
2 years ago
Hui Zhang
aa91adc60e
update u2++ ctc prefix beam search result ( #2736 )
2 years ago
zxcd
a8a240d4ef
remove paddle.fluid ( #2740 )
2 years ago
YangZhou
12fa8a2d19
[audio]patch:fix tensor_utils error ( #2738 )
...
* fix tensor utils
2 years ago
YangZhou
4afa28701c
update paddle from 2.4.0rc to 2.4.1 in readme ( #2732 )
...
* update paddle from 2.4.0rc to 2.4.1 in readme
2 years ago
YangZhou
d35dda0020
add scikit-learn in setup.py ( #2733 )
2 years ago
TianYuan
e1a43ddb4e
Update release_note.py
2 years ago
TianYuan
3f6afc4834
[TTS]Add slim for TTS ( #2729 )
2 years ago
Hui Zhang
6f927d55db
onnx ds2 need onnxruntime>=1.11.0 ( #2728 )
2 years ago
YangZhou
42ff946007
[audio] mv paddlespeech/audio to paddleaudio ( #2706 )
...
* split paddlespeech/audio to paddleaudio.
* add sox io ,sox effect, kaldi native fbank to paddleaudio.
2 years ago
Hui Zhang
0cc54bb785
fix speechx cmake for find python3 ( #2723 )
2 years ago
Hui Zhang
2e9ac304ed
add paddle commit that u2++ quant model cer 5.8% ( #2714 )
2 years ago
TianYuan
a3d5d93dd4
Update README_cn.md
2 years ago
TianYuan
56447a32f1
Update README.md
2 years ago
TianYuan
e29bf59aaf
Update README_cn.md
2 years ago
TianYuan
f5f17ab3f9
Update README.md
2 years ago
TianYuan
001b22cf41
Update README.md
2 years ago
TianYuan
f5380af32e
Update requirements.txt
2 years ago
HuangLiangJie
a874d8f325
Add prosody prediction in synthesize_e2e, test=tts ( #2693 )
2 years ago
Hui Zhang
b4ea7bfc0a
[speechx] fix bugs ( #2710 )
2 years ago