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
Amical currently uses Whisper for speech-to-text. SenseVoice would be a great addition as a faster, lighter alternative:
Comparison
Whisper (Small)
SenseVoice Small
Architecture
Autoregressive
Non-autoregressive
Parameters
244M
234M
Speed
~30Γ realtime
~170Γ realtime
Languages
99
50+
Extras
β
Emotion detection, audio events
Why it matters for Amical:
10Γ faster inference β more responsive dictation
Same model size as Whisper Small but dramatically faster
Non-autoregressive β no hallucination/repetition issues that affect Whisper
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
Amical currently uses Whisper for speech-to-text. SenseVoice would be a great addition as a faster, lighter alternative:
Comparison
Why it matters for Amical:
Easy to integrate
Or via ONNX (same format as Whisper ONNX):
References