yrom / ScreenRecorder

Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs
1.85k stars 527 forks source link

R U ready to record audio? #1

Closed linjiansheng closed 6 years ago

linjiansheng commented 9 years ago

RT!

danishrazaa commented 9 years ago

How to record voice along with video in this Demo?

DonLiangGit commented 9 years ago

In this demo, yrom only shows the flow using lollipop mediaprojection api. There are not any record voice in his example. I think you need MediaRecorder if you wanna record audio from mic, or for internal audio probably you need to grab more info regarding to SCR recorder.

tomasvalek commented 8 years ago

I tried via MediaRecorder, but it is very slow. http://stackoverflow.com/questions/35825963/android-media-projection-record-screen-video-low-framerate Do you have record media projection with audio from microphone?

JeongChanYoung commented 7 years ago

In my repository, there is a voice recorder along video. I used this project.