Android Video Circular Buffer with Sound
Asked Answered
J

0

10

I am using Google's Open Source Example: Grafika. I am using it's ContinuousCaptureActivity.java The CircularBuffer's Implementation is demonstrated in this Activity, but there is no audio included in the resultant Video file.

I want to add the Audio Recording functionality within this Activity and add the recorded Audio into the Video in the same CircularBuffered Fashion.

For achieving this i have explored the MediaCodec Library, which was introduced in 4.3+ versions. I have also used MediaMuxer to capture Video and Audio Streams and Muxed them into a single Video.

But, I am not sure about how to implement the Audio Recording functionality into the ContinuousCaptureActivity.java class. Any Help is highly appreciated.

Jest answered 10/12, 2014 at 6:35 Comment(2)
Any luck with that?Rigorous
Hey @Salman have you done this ?? if yes then please help me at this questionAngulate

© 2022 - 2024 — McMap. All rights reserved.