-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cpp): unify some platform code (audio slices, utils, ...) (#166)
* feat(cpp): create rnwhisper_job struct * feat(ios): update rn-whisper api * feat(android): update rn-whisper api * fix: user_data should not deref * chore: revert unnecessary change * feat(cpp): move abort handler * feat(ios): store job in RNWhisperContext * feat(ios): move vad params * feat(android): create createRealtimeTranscribeJob and update vadSimple jni methods * feat(cpp): move audio slices * feat(cpp): move audio utils & save audio * feat(docs): update * feat(android): cleanup unnecessary arguments * feat(android): keep todo * fix(cpp): store job pointer instead * feat(cpp): add custom log for easy debug in android * fix(android): build * fix(cpp): str params should not be released early * fix(example): revert some unnecessary change
- Loading branch information
Showing
17 changed files
with
560 additions
and
512 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
Oops, something went wrong.