How to check the current record status of a sink #1596
Replies: 1 comment 1 reply
-
@Zoom-Developer len(data.file.read()) use data.file.getbuffer().nbytes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to make sure that the recording stops when there is silence in the channel after recording, so as not to miss a single word. But when trying to get audio data from sink.audio_data.file , the read function always returns b'' even though audio is coming. Help please.
My implementation:
Beta Was this translation helpful? Give feedback.
All reactions