-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integrate ggml's excellent and amazing whisper.cpp to kantv ---- step4
add asr subystem in kantv-core refine directory hierarchy of whisper.cpp(put local whisper.cpp to directory external) fix conflict between open source native libs and prebuilt proprietary native libs(IDE would complain more than one file was found) study ggml_abort_callback in ggml_graph_compute
- Loading branch information
Showing
39 changed files
with
669 additions
and
310 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
2d7febb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KANTV_ERROR_ASR_FINALiZE: this is typo and should be fixed in next commit
2d7febb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
external/whispercpp/diff-with-upstream-whispercpp.sh
echo -e "upstream whispercpp path: ${UPSTREAM_WHISPERCPP_PATH}\n"
-echo -e "local whispercpp path: ${UPSTREAM_WHISPERCPP_PATH}\n"
+echo -e "local whispercpp path: ${LOCAL_WHISPERCPP_PATH}\n"
should be fixed in next commit
2d7febb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the JNI in original Android sample should be rewritten. I have a good idea to implement it.