You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
License and capability clarification (2026-07-14): FunASR is a toolkit, not a single checkpoint. The FunASR and SenseVoice repository source code is MIT; model weights follow each model card. SenseVoiceSmall supports Chinese, Cantonese, English, Japanese, and Korean, and its weights use the linked FunASR Model Open Source License Agreement. Fun-ASR-Nano-2512 is Apache-2.0. Language coverage, punctuation, and performance depend on the selected model and runtime configuration.
Feature Request
obs-localvocal provides local speech recognition for OBS. SenseVoice and Paraformer from FunASR would be strong alternative engines.
Why
Non-autoregressive — SenseVoice (234M params) is designed for real-time scenarios, much faster than autoregressive models
50+ languages with automatic language detection
ONNX models available — SenseVoice and Paraformer both have ONNX exports ready for use
Already integrated in Sherpa-ONNX (5K+ stars) which provides C/C++ API
Built-in VAD (FSMN-VAD) — lightweight voice activity detection
Built-in punctuation — auto-adds punctuation to captions
Integration Path
Since obs-localvocal likely uses C/C++ (OBS plugin), Sherpa-ONNX provides:
C API for SenseVoice and Paraformer inference
Real-time streaming support
Cross-platform (Windows, macOS, Linux)
Pre-built libraries
Performance
SenseVoice achieves real-time or better inference on CPU, making it suitable for live OBS captioning without GPU requirements.
Note
License and capability clarification (2026-07-14): FunASR is a toolkit, not a single checkpoint. The FunASR and SenseVoice repository source code is MIT; model weights follow each model card. SenseVoiceSmall supports Chinese, Cantonese, English, Japanese, and Korean, and its weights use the linked FunASR Model Open Source License Agreement. Fun-ASR-Nano-2512 is Apache-2.0. Language coverage, punctuation, and performance depend on the selected model and runtime configuration.
Feature Request
obs-localvocal provides local speech recognition for OBS. SenseVoice and Paraformer from FunASR would be strong alternative engines.
Why
Integration Path
Since obs-localvocal likely uses C/C++ (OBS plugin), Sherpa-ONNX provides:
Performance
SenseVoice achieves real-time or better inference on CPU, making it suitable for live OBS captioning without GPU requirements.
Happy to help with integration!