Standalone C++ package for moonshine #53
royshil
started this conversation in
Show and tell
Replies: 1 comment
-
|
I love this idea. It is much easier to package applications using c++. It looks you have not added VAD detection yet. This would help improve the quality by reducing hallucinations. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello
I've created a simple C++ inference code for moonshine https://github.com/locaal-ai/moonshine.cpp
It only depends on ONNXRuntime (which is fetched in build time by CMake).
Makes it easy to integrate into C++ projects with very minimal dependency, using CMake.
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions