|
506 | 506 | "models": ["Paraformer-online", "FSMN-VAD", "CT-Transformer punctuation", "Fun-ASR-Nano realtime"], |
507 | 507 | "operating_systems": ["Linux"], |
508 | 508 | "interfaces": ["WebSocket", "Python client", "C++ client", "Go client"], |
509 | | - "tested": {"funasr": "1.3.29", "runtime": "Python and C++ WebSocket runtimes", "verified": "2026-07-26"}, |
| 509 | + "tested": {"funasr": "1.4.2", "runtime": "FunASR v1.4.2 Python WebSocket runtime", "verified": "2026-08-17"}, |
510 | 510 | "commands": { |
511 | | - "install": ["pip install funasr websockets ffmpeg-python"], |
512 | | - "launch": ["cd runtime/python/websocket && python funasr_wss_server.py --port 10095"], |
| 511 | + "install": ["python -m pip install -U \"funasr==1.4.2\"", "git clone --branch v1.4.2 --depth 1 https://github.com/modelscope/FunASR.git && python -m pip install -r FunASR/runtime/python/websocket/requirements_server.txt"], |
| 512 | + "launch": ["cd FunASR/runtime/python/websocket && python funasr_wss_server.py --port 10095"], |
513 | 513 | "health": ["ss -ltn | grep 10095"], |
514 | | - "smoke": ["cd runtime/python/websocket && python funasr_wss_client.py --host 127.0.0.1 --port 10095 --mode 2pass --chunk_size \"8,8,4\" --audio_in ../../tests/test_audio/zh.wav"] |
| 514 | + "smoke": ["cd FunASR/runtime/python/websocket && python funasr_wss_client.py --host 127.0.0.1 --port 10095 --mode 2pass --chunk_size \"8,8,4\" --audio_in ../../funasr_api/asr_example.wav"] |
515 | 515 | }, |
| 516 | + "source_url": "/go/github", |
516 | 517 | "evidence": [ |
517 | 518 | {"label": "Python WebSocket runtime", "url": "https://github.com/modelscope/FunASR/blob/main/runtime/python/websocket/README.md"}, |
518 | 519 | {"label": "WebSocket protocol", "url": "https://github.com/modelscope/FunASR/blob/main/runtime/docs/websocket_protocol.md"}, |
|
0 commit comments