Replies: 1 comment
-
It definitely reasonable to add more flexible API like stopCapturing, stopTranscribing. Also, we may need to wait last transcribe event to fix the problem. Line 241 in 76c358a |
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
-
Maybe I have something configured incorrectly; however, when doing realtime transcription, calling stop aborts the transcription and an @RNWhisper_onRealtimeTranscribeEnd event gets fired with no listener. If it is possible, it seems more practical for there to be two methods, stop as it is currently implemented, and stopCapturing which could stop capturing audio input but finish transcribing? This is most noticeable on dev builds since the transcription isn't quite realtime and falls behind.
Beta Was this translation helpful? Give feedback.
All reactions