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
Yes, FFmpeg likes to use frames whose memory is "aligned". You will need to look at the number of samples in the frame, and only use the "useful" part of the frame.
Overview
When one resamples audio frames like this, the frame bytes contain extra zeroes which causes noisy audio as in #773
Expected behavior
Expected to receive 1920 bytes
Actual behavior
Receives 1984 bytes with zeroes in the end
Versions
Research
I have done the following:
The text was updated successfully, but these errors were encountered: