How SherpaOnnx Powers cueflow's 2-pass ASR / 我们是如何利用sherpa-onnx实现CueFlow的ASR功能 #2150
wanghsinche
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to give a great thanks to the SherpaOnnx team for creating such an amazing ASR framework! 🎉
非常感谢 SherpaOnnx 团队!
In our cueflow project (website), we're using SherpaOnnx as the core of our audio processing pipeline to handle:
✅ Dual audio sources (mic + system audio)
✅ Real-time streaming with online workers
✅ High-accuracy batch processing with offline workers
Here's how we've integrated SherpaOnnx into our architecture:
Some key benefits we've experienced:
⚡ Low-latency performance for real-time use cases
🔍 Excellent accuracy in 2-pass streaming and offline modes
🧩 Easy to integrate with our existing Electron/Node.js stack
We'd love to hear from other SherpaOnnx users - happy to answer any questions about our implementation in cueflow github issues!
Beta Was this translation helpful? Give feedback.
All reactions