-
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: implement transcribe realtime method (#10)
* feat(ios): implement transcribeRealtime method * feat(ios): remove isRealtimeSetup condition * fix(ios): check isTranscribing on start realtime * feat(android): implement transcribeRealtime method * feat(jest): update mock & test * chore: cleanup * feat(ios): implement end event internally * feat(android): implement end event internally * feat: rename to realtimeAudioSec * fix(android): check capturing instead of transcribing * feat(example): improve render * feat(ts): add comments as doc * docs(readme): add reatime transcribe setup & usage * feat(native): check in realtime mode in transcribeFile * chore(ios): clear unnecessary logs & improve some logs
- Loading branch information
Showing
15 changed files
with
1,006 additions
and
181 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.