25 Commits

Author SHA1 Message Date
zhifu gao 30caaf8e18 fix(websocket): finalize file input on end control (#3440)
Signed-off-by: LauraGPT <lauragpt@users.noreply.github.com>
Co-authored-by: LauraGPT <lauragpt@users.noreply.github.com>
2026-07-29 20:24:01 +08:00
zhifu gao 53e397d2fa docs: refresh stale public FunASR links
Replace stale public docs and clone hosts with current FunASR URLs, with regression coverage.
2026-07-22 22:23:19 +08:00
zhifu gao 92aca6b259 docs: update FunASR repository links
Update user-facing documentation links from alibaba-damo-academy/FunASR to modelscope/FunASR.
2026-07-07 18:11:41 +08:00
ZZUZSL1024 a397d0b27e Codex/create training and inference scripts (#2791)
* Update funasr_wss_server.py

* Update funasr_wss_client.py

* Add files via upload

* Update funasr_wss_server.py

* Update funasr_wss_client.py

* Add LoRA Paraformer README
2026-02-04 19:49:29 +08:00
AllenDou 36656aa8f7 when mode is 2pass and test audio is vad_example.wav, we should give more time to websocket connection to recv message, or funasr_wss_client.py's websocket.recv() will cause exception occasionally because connection has been closed. (#2772)
Co-authored-by: zixiao <shunli.dsl@alibaba-inc.com>
2026-01-07 21:00:24 +08:00
nianjiuhuiyi 0d6e6a2fb8 Fix: Spelling causes hotwords to not take effect (#2444)
The hotword passed by the client cannot take effect because of a spelling error.
2025-03-20 22:59:42 +08:00
辰冢 5052ca8bf0 Hotwords file needs to specify default utf-8 encoding. (#2379) 2025-02-12 16:13:08 +08:00
莫拉古 ae49b2a8e1 变量名写错了 (#2249) 2024-11-29 09:55:43 +08:00
wusong d20c030e5b 解决python ws服务针对尾部非人声录音无结束标识返回的问题 (#2102) 2024-09-25 15:11:50 +08:00
游雁 1596f6f414 fixbug hotwords 2024-06-24 11:55:17 +08:00
zhifu gao 861147c730 Dev gzf exp (#1654)
* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* sensevoice finetune

* bugfix

* update with main (#1631)

* update seaco finetune

* v1.0.24

---------

Co-authored-by: 维石 <shixian.shi@alibaba-inc.com>

* sensevoice

* sensevoice

* sensevoice

* update with main (#1638)

* update seaco finetune

* v1.0.24

* update rwkv template

---------

Co-authored-by: 维石 <shixian.shi@alibaba-inc.com>

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sensevoice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* sense voice

* whisper

* whisper

* update style

* update style

---------

Co-authored-by: 维石 <shixian.shi@alibaba-inc.com>
2024-04-24 16:03:38 +08:00
xuan b4affb21ef fix: TabError (#1388) 2024-02-26 09:41:22 +08:00
dudulu 9c5f00794e 修复chunk_size可能传入str或list结构 (#1357)
h5传入的是list,python 传入的是 str,无论传入是什么类型,强制转成list
2024-02-05 10:10:52 +08:00
dudulu 6cdbcf4b0a Update funasr_wss_server.py (#1322)
解决报

```python
return await cast(
  File "funasr_wss_server.py", line 188, in ws_serve
    int(websocket.status_dict_asr_online["chunk_size"][1]) * 60 / websocket.chunk_interval)
ValueError: invalid literal for int() with base 10: ','
^CTraceback (most recent call last):
  File "funasr_wss_server.py", line 302, in <module>
    asyncio.get_event_loop().run_forever()
```
2024-01-31 16:22:05 +08:00
游雁 e2154e4599 websocket 2024-01-31 10:09:36 +08:00
zhifu gao 4f224c8806 python-websocket funasr1.0 (#1310)
* fix add_file bug (#1296)

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>

* funasr1.0 uniasr

* funasr1.0 uniasr

* update with main (#1305)

* v1.0.3

* update clients for 2pass

* update download tools

---------

Co-authored-by: 雾聪 <wucong.lyb@alibaba-inc.com>

* vad streaming return [beg, -1], [], [-1, end], [beg, end]]

* funasr1.0 websocket-python

* funasr1.0 websocket-python

---------

Co-authored-by: shixian.shi <shixian.shi@alibaba-inc.com>
Co-authored-by: 雾聪 <wucong.lyb@alibaba-inc.com>
2024-01-26 16:02:14 +08:00
雾聪 646eda72e3 update clients for 2pass 2024-01-26 10:04:19 +08:00
雾聪 d3c9690568 remove the wavfile parsing for clients 2023-12-19 20:15:08 +08:00
lyblsgo 3c2d793370 author:yijinsheng wss_client_fix 2023-12-15 15:35:53 +08:00
speech_asr 630509da0f update funasr_wss_client.py 2023-12-15 14:03:43 +08:00
zhifu gao 66b46dea4f Update README.md 2023-11-21 19:17:40 +08:00
zhifu gao 84b877ef35 Update funasr_wss_server.py 2023-11-21 19:16:49 +08:00
游雁 540a50b55a wss ssl 2023-11-17 09:47:33 +08:00
游雁 a967cbb3de docs 2023-11-08 11:43:32 +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