How to merge a sequence of audio_frame(numpy.ndarray) to a audio stream?
Hi, Thanks for your great work first.
I have some audio frames and video frames. They are divided based on fps. Each audio frame corresponds to a video frame. I want to fuse each frame of audio with each frame of video. How can I do this?
Looking forward to your reply, Thanks again.