android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
4.98k stars 2.34k forks source link

Camera2video sample Recording audio alongside video #548

Closed rohaitas closed 1 year ago

rohaitas commented 1 year ago

I am working on a camera app using camera2video. I was able to implement pause and resume functionality on this. But there is no code For audio recording. Which is quite troublesome for me. Could you provide the code for the audio recording?

https://github.com/android/camera-samples/blob/main/Camera2Video/app/src/main/java/com/example/android/camera2/video/EncoderWrapper.kt

borgerag commented 1 year ago

This has now been addressed. A simplified MediaRecorder path has been added with the mic enabled.

madebymozart commented 1 year ago

Thanks @borgerag !