Comparison
SenseVoice vs annyang
Verdict
Pick SenseVoice if senseVoice is ideal for applications needing fast multilingual ASR with emotion recognition and audio event detection in over 50 languages; pick annyang if annyang enables speech-to-text capabilities for web sites with its TypeScript-based JavaScript library.
Markdown twin · SenseVoice alternatives · annyang alternatives
GraphCanon updated 3w
Trust & integrity
| Signal | SenseVoice | annyang |
|---|---|---|
| Maintenance | Very active (2d since push) As of 3w · github_public_v1 | Active (15d since push) As of 3w · github_public_v1 |
| Provenance | Not a fork · Organization account As of 3w · github_public_v1 | Not a fork · Personal account As of 3w · github_public_v1 |
| OSV dependency advisories | No published findings from this source as of 2026-07-11 As of 1mo · osv@v1 | Published findings As of 1mo · osv@v1 |
| deps.dev advisories | Published findings As of 4w · deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | No public record from this source As of 4w · openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- SenseVoice
- Multilingual speech understanding toolkit with ASR, emotion recognition, and audio event detection.
- annyang
- Speech recognition for your site
Stars
- SenseVoice
- 9.0k
- annyang
- 6.8k
Forks
- SenseVoice
- 799
- annyang
- 1.0k
Open issues
- SenseVoice
- 0
- annyang
- 10
Language
- SenseVoice
- C
- annyang
- TypeScript
Adopt for
- SenseVoice
- SenseVoice is ideal for applications needing fast multilingual ASR with emotion recognition and audio event detection in over 50 languages.
- annyang
- annyang enables speech-to-text capabilities for web sites with its TypeScript-based JavaScript library.
Persona
- SenseVoice
- -
- annyang
- -
Runtime
- SenseVoice
- -
- annyang
- -
License
- SenseVoice
- Other
- annyang
- MIT License: Permissive free software license notice that gives users the freedom to modify and redistribute as long as they provide source credit.
Last pushed
- SenseVoice
- Jul 27, 2026
- annyang
- Jul 14, 2026
Categories
- SenseVoice
- Speech & Audio
- annyang
- Speech & Audio
Trust and health
Maintenance
- SenseVoice
- Very active (96%)
- annyang
- Active (82%)
Days since push
- SenseVoice
- 2d
- annyang
- 15d
Open issues (now)
- SenseVoice
- 0
- annyang
- 10
Owner type
- SenseVoice
- Organization
- annyang
- User
OSV dependency advisories
- SenseVoice
- No published findings from this source as of 2026-07-11
- annyang
- Published findings
deps.dev advisories
- SenseVoice
- Published findings
- annyang
- Not queried
OpenSSF Scorecard
- SenseVoice
- No public record from this source
- annyang
- Not queried
Full report
- SenseVoice
- Trust report
- annyang
- Trust report
Choose SenseVoice if…
- SenseVoice is primarily C; annyang is TypeScript.
- License: SenseVoice is Other, annyang is MIT.
- Tags unique to SenseVoice: asr, audio-analysis, audio-event-detection, cantonese.
- SenseVoice ships Docker support for self-hosted deployment.
- Projects requiring speed, with non-autoregressive models being up to 15 times faster than Whisper
When NOT to use SenseVoice
- Applications needing Python-based implementation since SenseVoice relies on C and PyTorch for its framework
- Scenarios demanding the lowest level of inference latency as it may have higher overhead compared to simpler models
Choose annyang if…
- annyang is primarily TypeScript; SenseVoice is C.
- License: annyang is MIT, SenseVoice is Other.
- Pricing: Available at no charge with an open-source MIT license, making it suitable for both personal and commercial projects..
- Tags unique to annyang: mit-license, speech, speech-recognition, speech-to-text.
- When you are working on a project that requires integrating voice commands into a website and your tech stack already includes TypeScript or JavaScript.
When NOT to use annyang
- If the project requires a high level of speech recognition accuracy in noisy environments, as annyang might not perform optimally under such conditions.
- For applications demanding real-time transcription with low latency, considering that annang may introduce some delay which could be critical for certain use cases.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (FunAudioLLM/SenseVoice) · observed Jul 30, 2026
- GitHub forks (FunAudioLLM/SenseVoice) · observed Jul 30, 2026
- Last push (FunAudioLLM/SenseVoice) · observed Jul 27, 2026
- License file (Other) · observed Jul 30, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (TalAter/annyang) · observed Jul 30, 2026
- GitHub forks (TalAter/annyang) · observed Jul 30, 2026
- Last push (TalAter/annyang) · observed Jul 14, 2026
- License file (MIT) · observed Jul 30, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: SenseVoice 9.0k · annyang 6.8k (synced Jul 30, 2026).
Common questions
- What is the difference between SenseVoice and annyang?
- SenseVoice: Multilingual speech understanding toolkit with ASR, emotion recognition, and audio event detection.. annyang: Speech recognition for your site. See the comparison table for live GitHub stats and shared categories.
- When should I choose SenseVoice over annyang?
- Choose SenseVoice over annyang when SenseVoice is primarily C; annyang is TypeScript; License: SenseVoice is Other, annyang is MIT; Tags unique to SenseVoice: asr, audio-analysis, audio-event-detection, cantonese; SenseVoice ships Docker support for self-hosted deployment; Projects requiring speed, with non-autoregressive models being up to 15 times faster than Whisper.
- When should I choose annyang over SenseVoice?
- Choose annyang over SenseVoice when annyang is primarily TypeScript; SenseVoice is C; License: annyang is MIT, SenseVoice is Other; Pricing: Available at no charge with an open-source MIT license, making it suitable for both personal and commercial projects.; Tags unique to annyang: mit-license, speech, speech-recognition, speech-to-text; When you are working on a project that requires integrating voice commands into a website and your tech stack already includes TypeScript or JavaScript.
- When should I avoid SenseVoice?
- Applications needing Python-based implementation since SenseVoice relies on C and PyTorch for its framework Scenarios demanding the lowest level of inference latency as it may have higher overhead compared to simpler models
- When should I avoid annyang?
- If the project requires a high level of speech recognition accuracy in noisy environments, as annyang might not perform optimally under such conditions. For applications demanding real-time transcription with low latency, considering that annang may introduce some delay which could be critical for certain use cases.
- Is SenseVoice or annyang more popular on GitHub?
- SenseVoice has more GitHub stars (8,961 vs 6,818). Stars measure visibility, not whether either tool fits your constraints.
- Are SenseVoice and annyang open source?
- Yes - both are open-source projects on GitHub (SenseVoice: Other, annyang: MIT).
- Where can I find alternatives to SenseVoice or annyang?
- GraphCanon lists graph-backed alternatives at SenseVoice alternatives and annyang alternatives (SenseVoice markdown twin, annyang markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, SenseVoice or annyang?
- SenseVoice: Very active. annyang: Active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for SenseVoice and annyang?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: SenseVoice trust report; annyang trust report.