Commit Graph

931 Commits

Author SHA1 Message Date
Yabin Li
6d190bf317
Update audio.cpp 2023-10-11 15:24:46 +08:00
cdevelop
3bb14b5029
解决vc编译错误 (#987) 2023-10-11 15:15:14 +08:00
雾聪
7529416cea update docs 2023-10-11 14:31:48 +08:00
雾聪
80b6a26d40 update docs 2023-10-11 10:58:51 +08:00
雾聪
75be3ceccd fix the issue of concatenating multiple VAD segments for en-bpe 2023-10-10 20:41:57 +08:00
雾聪
06d7b8696f update docs 2023-10-10 20:08:47 +08:00
Yabin Li
e1f23c9245
Update readme_cn.md 2023-10-10 19:51:28 +08:00
雾聪
907966d80b update docs for en-bpe models 2023-10-10 19:42:05 +08:00
雾聪
4984724f6a support en-bpe model 2023-10-10 16:12:40 +08:00
雾聪
6161129cce fix postprocess for en-bpe 2023-10-09 16:21:33 +08:00
雾聪
a49f2c6411 Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main 2023-09-28 15:52:14 +08:00
雾聪
9cc37eaa8a add postprocess for en-bpe 2023-09-28 15:47:43 +08:00
Yabin Li
2cd8673493
Update SDK_tutorial_online_zh.md 2023-09-26 20:13:34 +08:00
Yabin Li
01960df578
Update SDK_tutorial_zh.md 2023-09-26 20:12:03 +08:00
Yabin Li
b1b6381cd5
Update SDK_tutorial_online_zh.md 2023-09-26 19:19:36 +08:00
Yabin Li
cd79c7d3ed
Update SDK_advanced_guide_offline_zh.md 2023-09-26 17:49:04 +08:00
hnluo
5f21828d61
Merge pull request #979 from alibaba-damo-academy/dev_lhn
update paraformer online python websocket code
2023-09-25 17:48:07 +08:00
haoneng.lhn
97eb2bd656 update paraformer online python websocket code 2023-09-25 17:45:03 +08:00
Yabin Li
2b8395dddc
Update SDK_advanced_guide_offline_zh.md 2023-09-25 17:11:02 +08:00
Yabin Li
30d8d7a5d3
Update SDK_advanced_guide_online_zh.md 2023-09-25 15:22:05 +08:00
Yabin Li
b33e865c9a
Update SDK_advanced_guide_offline_zh.md 2023-09-25 15:21:27 +08:00
andyweiqiu
b8909ab5b9
itn on iOS is not supported for the time being (#969) 2023-09-21 09:45:24 +08:00
lyblsgo
2785028649 modify docker image id 2023-09-19 14:01:06 +08:00
lyblsgo
459e82d996 modify docker image version 2023-09-19 13:50:56 +08:00
lyblsgo
8ddd33c991 add docker image id 2023-09-19 10:29:00 +08:00
Yabin Li
61ed60695a
coauthor:duj12, add itn;add timestamp、hotword to 2pass; (#966)
* Add ITN,include openfst/gflags in onnxruntime/third_party.

* 2pass server support Hotword and Timestamp. The start_time of each segment need to be fix.

* add global time start and end of each frame(both online and offline), support two-pass timestamp(both segment and token level).

* update websocket cmake.

* 2pass server support itn, hw and tp.

* Add local build and run. Add timestamp in 2pass server, update cmakelist.

* fix filemode bug in h5, avoid 2pass wss server close before final.

* offline server add itn.

* offline server add ITN.

* update hotword model dir.

* Add Acknowledgement to WeTextProcessing(https://github.com/wenet-e2e/WeTextProcessing)

* adapted to original FunASR.

* adapted to itn timestamp hotword

* merge from main (#949)

* fix empty timestamp list inference

* punc large

* fix decoding_ind none bug

* fix decoding_ind none bug

* docs

* setup

* change eng punc in offline model

* update contextual export

* update proc for oov in hotword onnx inference

* add python http code (#940)

* funasr-onnx 0.2.2

* funasr-onnx 0.2.3

* bug fix in timestamp inference

* fix bug in timestamp inference

* Update preprocessor.py

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Co-authored-by: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Co-authored-by: mengzhe.cmz <mengzhe.cmz@alibaba-inc.com>
Co-authored-by: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Co-authored-by: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Co-authored-by: 夜雨飘零 <yeyupiaoling@foxmail.com>

* update docs

* update deploy_tools

---------

Co-authored-by: dujing <dujing@xmov.ai>
Co-authored-by: Jean Du <37294470+duj12@users.noreply.github.com>
Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 游雁 <zhifu.gzf@alibaba-inc.com>
Co-authored-by: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Co-authored-by: mengzhe.cmz <mengzhe.cmz@alibaba-inc.com>
Co-authored-by: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Co-authored-by: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com>
Co-authored-by: 夜雨飘零 <yeyupiaoling@foxmail.com>
2023-09-19 10:09:58 +08:00
zhaomingwork
6761eb3efa
Add python websocket api (#960)
* add python api for websocket

* little change for README.md

* little change for README.md

* add wait time for send chunk
2023-09-18 10:20:31 +08:00
夜雨飘零
025116995d
Support for long audio (#961) 2023-09-18 10:20:02 +08:00
夜雨飘零
91f614934f
Support for multiple processes (#951) 2023-09-14 17:24:50 +08:00
夜雨飘零
d13baaea9c
Optimize print (#948) 2023-09-14 10:55:16 +08:00
游雁
0e098b7d0d funasr-onnx 0.2.3 2023-09-13 09:34:37 +08:00
游雁
33d3d20844 Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add
2023-09-13 09:33:54 +08:00
游雁
14c6299c24 funasr-onnx 0.2.2 2023-09-13 09:32:30 +08:00
夜雨飘零
91eb42a390
add python http code (#940) 2023-09-13 09:30:38 +08:00
Xian Shi
57ccdf04e0
Merge pull request #939 from alibaba-damo-academy/dev_sxfix
Bug fix
2023-09-12 19:56:29 +08:00
shixian.shi
9c622feb64 update proc for oov in hotword onnx inference 2023-09-12 19:54:10 +08:00
游雁
4530b6b477 docs 2023-09-12 15:44:31 +08:00
lyblsgo
2b1be43e1b update readme 2023-09-11 16:12:37 +08:00
lyblsgo
0ced94ef91 update readme 2023-09-07 15:36:01 +08:00
andyweiqiu
72a88f22f0
Delete redundant parts from an iOS project (#922)
* Delete redundant parts from an iOS project

* update audio.cpp, precomp.h

* Update precomp.h

* Update audio.cpp

---------

Co-authored-by: Yabin Li <wucong.lyb@alibaba-inc.com>
2023-09-07 15:18:56 +08:00
雾聪
73a70272d2 Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main 2023-09-07 15:08:34 +08:00
雾聪
e4128cf344 2pass only support pcm 2023-09-07 15:03:29 +08:00
游雁
c2e232451f Merge branch 'main' of github.com:alibaba-damo-academy/FunASR
add
2023-09-07 14:30:12 +08:00
游雁
c5235d76a6 csharp ws-client 2023-09-07 14:28:54 +08:00
雾聪
b26d3de5fa add mic for funasr-wss-client-2pass 2023-09-07 14:23:58 +08:00
manyeyes
9ff71b5d4b
Add paraformer-large decode lib and examples (#923)
Co-authored-by: zx <12345678>
2023-09-07 11:45:52 +08:00
lyblsgo
038ddbf393 update readme 2023-09-06 11:20:23 +08:00
Yabin Li
aa9a863d0b
Update websocket_protocol_zh.md 2023-09-05 15:47:09 +08:00
zhaomingwork
5d15727b1e
set wav sample rate and PCM for h5 (#919) 2023-09-04 17:16:04 +08:00
游雁
cf0a6d9b25 docs 2023-09-04 09:17:09 +08:00