How do I chunk audio from a stream for downstream processing? #865
Unanswered
shashi-netra
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
I need to run a speech recognition engine on an audio stream, but it needs to happen in (near) real-time. My idea was to use Pyav to save audio for say 10 audio frames and then run the speech recognition. Is there a recommended way to chunk an incoming audio stream?
Expected behavior
#file container for output:
Actual behavior
Is this the recommended approach to chunk audio from a stream?
Research
I have done the following:
Additional context
{{ Add any other context about the problem here. }}
Beta Was this translation helpful? Give feedback.
All reactions