-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frame Duration #194
Comments
can you try |
I think that throttle will still send over the same messages, right? Won't each frame will still be the wrong duration since throttle just republishes the ros messages? |
yes, but if /audio topic ha s higher frequency, it is worth trying. |
Then is there any way for me to "resize" the chunks after I receive the audio data? |
currently no. we need to implement it. |
Is there any way I could accurately implement something like this: |
Adding to the above: |
I have no idea, sorry. |
Hi, is there any way to control the length of each frame that is sent to the audio rostopic? I am trying to integrate ROS with WebRTCVAD, which only accepts frames of 10, 20, or 30ms. Thanks!
The text was updated successfully, but these errors were encountered: