Home > Article > Software Tutorial > can scrcpy record audio
Can scrcpy record audio without root?
No, scrcpy does not support recording audio without root access on Android devices.
How to enable audio recording in scrcpy?
To enable audio recording in scrcpy, you need to root your Android device. Here are the steps:
Grant Root Permissions: Connect your Android device to your computer via USB and run the following command in a terminal window:
<code>adb root</code>
Launch scrcpy with Audio Recording: Start scrcpy with the '--record' option to enable audio recording:
<code>adb shell /data/local/tmp/scrcpy --record file.mp4</code>
Does scrcpy support system audio recording on Android?
Yes, scrcpy supports recording both device audio and system audio on Android devices. However, recording system audio requires a rooted device, as mentioned earlier.
The above is the detailed content of can scrcpy record audio. For more information, please follow other related articles on the PHP Chinese website!