You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
I noticed 2 problems about the function "synchronize_audio".
The parameter pts in never used.
In the block "else if(wanted_size > samples_size)", nb is computed as "nb = (samples_size - wanted_size)", thus the loop "while(nb > 0)" is never performed.
I tried to resample the result with "swr_convert", without success.
Thanks for your repository anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed 2 problems about the function "synchronize_audio".
I tried to resample the result with "swr_convert", without success.
Thanks for your repository anyway.
The text was updated successfully, but these errors were encountered: