-
|
I have two audio streams that need to be checked for voice activity. How can I modify class VADIterator to support it? |
Beta Was this translation helpful? Give feedback.
Answered by
snakers4
Oct 17, 2025
Replies: 1 comment 1 reply
-
|
The VAD handles one audio stream at a time. So you need to create multiple objects and solve it architecture-wise. Alternatively batching can be applied, but we actively discourage users to do so. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adamnsandle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VAD handles one audio stream at a time. So you need to create multiple objects and solve it architecture-wise.
Alternatively batching can be applied, but we actively discourage users to do so.