feat: add optional FunASR/SenseVoice ASR backend#584
Open
LauraGPT wants to merge 2 commits into
Open
Conversation
Author
|
Fresh independent validation on exact head
I found no additional FunASR-side blocker in this pass. |
Author
|
Current-head maintenance check for
No new FunASR-side blocker found in this pass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
iic/SenseVoiceSmallby defaultValidation
python -m unittest discover -v(15 passed; previously discovered 0 tests)python -m unittest discover -s tests -v(15 passed)transcribe_audio()on a Chinese MP3 fixture (1segment,10timestamped words, expected non-empty text)compilealloncore,tests,installer.py, andst.pygit diff --checkThis repository currently has no GitHub Actions workflow, so the reproducible local commands above are the available automated verification for this head.
Scope
The initial UI exposes Chinese, English, and Japanese, matching VideoLingo's current downstream language handling. The model field remains configurable for compatible FunASR models. Streaming, server mode, and speaker diarization are not part of this local provider.
The default SenseVoiceSmall weights are downloaded separately and are not covered by VideoLingo's Apache 2.0 source license. The README now links the model card and FunASR model license and explains that users must select the FunASR runtime after installation.
Closes #564