ZeroOneZeroR / android_audio_mixer

A simple android library for processing audio and mixing multiple audios parallelly or sequentially, made with android native media APIs (MediaExtractor, MediaCodec, MediaFormat, MediaMuxer) and JAVA.
68 stars 18 forks source link

example for Merging audio with video and using external MediaMuxer #10

Open pawaom opened 1 year ago

pawaom commented 1 year ago

example for Merging audio with video and using external MediaMuxer

can you provide an example for using external muxer

thanks