I am trying to build a video system. Now I've finished capture the data from camera, encode the data using MediaCodec. I also find that I could use the MediaMux to do the Mux job. But I don't know how to record the audio and how to keep the audio and video time synchronization. Does anyone have any ideas?
Thanks