endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 34 forks source link

how to mute microphone? #69

Open cateyelow opened 1 year ago

cateyelow commented 1 year ago

i wanna record only screen audio

endmr11 commented 1 year ago

iOS or Android?

cateyelow commented 1 year ago

It is android. i don't know why screen audio disabled. it has to turn on the mic sound to record audio.

HBiSoft commented 1 year ago

@cateyelow As it stands now, it's not possible. I've been wanting to implement this for some time now. I've added the following comment a few months ago:

https://github.com/HBiSoft/HBRecorder/blob/584417e5089778a257836343d12421619f521f11/hbrecorder/src/main/java/com/hbisoft/hbrecorder/HBRecorder.java#L103

I will have a look at this on Sunday.