you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
662 stars 31 forks source link

add support for internal audio (ROOT) #281

Closed rajarshikhatua100 closed 3 months ago

rajarshikhatua100 commented 3 months ago

Describe your suggested feature

in screen recorder there is no internal audio support, it could be done without root in older Android versions but latest Android versions need root or maybe some form of magisk/kernelsu module.

Other details

I have seen this app do it with its magisk module but in my phone (Samsung Galaxy M31) it doesn't work

Acknowledgements

ego-lay-atman-bay commented 2 months ago

When you say internal audio, do you mean audio that is playing on the phone? If so, I don't think it requires root, because I've seen other screen recorder apps that are able to record the device audio (not mic) without issues.

rajarshikhatua100 commented 2 months ago

When you say internal audio, do you mean audio that is playing on the phone? If so, I don't think it requires root, because I've seen other screen recorder apps that are able to record the device audio (not mic) without issues.

which app? I am on Android 13

SuhasDissa commented 2 months ago

A lot of apps use AudioPlaybackCapture. It has some limitations compared to just using root permissions. Also implementing this would require a complete rewrite of the screen recorder code.

rajarshikhatua100 commented 2 months ago

could probably be done without root maybe with this https://github.com/RikkaApps/Shizuku. but I am not sure