Commit Graph

18 Commits

Author SHA1 Message Date
雾聪
423c29d7f9 update comdefine 2024-03-26 16:03:21 +08:00
雾聪
462355c002 fix func FunASRWfstDecoderInit 2024-03-21 15:38:59 +08:00
雾聪
733930b2aa update model.h 2024-03-21 14:44:10 +08:00
雾聪
d4aaa84ad1 fix func FunASRWfstDecoderInit 2024-03-21 14:17:22 +08:00
雾聪
3549c0106e update com define 2024-03-14 15:11:22 +08:00
雾聪
b194048895 add SwitchArg for funasr-onnx-offline 2024-03-14 09:59:45 +08:00
雾聪
2ea00f89b8 add loading torch models 2024-03-13 19:18:07 +08:00
雾聪
7675a2a0ba add paraformer-torch 2024-03-13 14:15:10 +08:00
雾聪
e144cb9dac export audio for win32 2024-03-05 11:03:45 +08:00
雾聪
f23b6c9838 add func CutSplit 2024-01-23 15:45:45 +08:00
Yabin Li
b8825902d9
support ngram and fst hotword for 2pass-offline (#1205) 2023-12-26 10:51:00 +08:00
雾聪
3d4398a362 add clearqueue for audio 2023-12-18 20:45:55 +08:00
雾聪
f72914003a add sentence timestamp 2023-12-18 17:33:24 +08:00
雾聪
3313eb681e fi bug of FfmpegLoad 2023-12-15 10:27:59 +08:00
雾聪
de87e1d180 adapted pcm to 8k 2023-12-13 13:57:59 +08:00
Yabin Li
a0048dc766
8k (#1174) (#1175)
* Adaptive 8K

* fix FfmpegLoad 8k

Co-authored-by: cdevelop <cdevelop@qq.com>
2023-12-13 09:50:58 +08:00
雾聪
3c83d64c84 fst: support eng hotword 2023-12-12 11:11:02 +08:00
Yabin Li
702ec03ad8
Dev new (#1065)
* add hotword for deploy_tools

* Support wfst decoder and contextual biasing (#1039)

* Support wfst decoder and contextual biasing

* Turn on fstbin compilation

---------

Co-authored-by: gongbo.gb <gongbo.gb@alibaba-inc.com>

* mv funasr/runtime runtime

* Fix crash caused by OOV in hotwords list

* funasr infer

* funasr infer

* funasr infer

* funasr infer

* funasr infer

* fix some bugs about fst hotword; support wfst for websocket server and clients; mv runtime out of funasr; modify relative docs

* del onnxruntime/include/gflags

* update tensor.h

* update run_server.sh

* update deploy tools

* update deploy tools

* update websocket-server

* update funasr-wss-server

* Remove self loop propagation

* Update websocket_protocol_zh.md

* Update websocket_protocol_zh.md

* update hotword protocol

* author zhaomingwork: change hotwords for h5 and java

* update hotword protocol

* catch exception for json_fst_hws

* update hotword on message

* update onnx benchmark for ngram&hotword

* update docs

* update funasr-wss-serve

* add NONE for LM_DIR

* update docs

* update run_server.sh

* add whats-new

* modify whats-new

* update whats-new

* update whats-new

* Support decoder option for beam searching

* update benchmark_onnx_cpp

* Support decoder option for websocket

* fix bug of CompileHotwordEmbedding

* update html client

* update docs

---------

Co-authored-by: gongbo.gb <35997837+aibulamusi@users.noreply.github.com>
Co-authored-by: gongbo.gb <gongbo.gb@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
2023-11-07 18:34:29 +08:00