-
Is there a way to detect if the user stopped talking, in order to end the recording without explicitly having him hit a stop button? Or, can we intercept the recording data in order to implement this somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
llfbandit
Jun 5, 2023
Replies: 1 comment 1 reply
-
There's no such feature. Catching the amplitude is an option (while still inconsistent between platforms) and pause the recording. In your case, it should be ok-ish... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hioshih
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no such feature. Catching the amplitude is an option (while still inconsistent between platforms) and pause the recording.
But... If paused, there's no more data pushed to this stream.
This could be unlocked though...
In your case, it should be ok-ish...