Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting a new audio feature #4993

Closed
rlarhsid opened this issue Jun 17, 2024 · 2 comments
Closed

Requesting a new audio feature #4993

rlarhsid opened this issue Jun 17, 2024 · 2 comments

Comments

@rlarhsid
Copy link

  • [O] I have checked that a similar feature request does not already exist.

Is your feature request related to a problem? Please describe.

I'm currently using scrcpy --video-codec=h264 --max-fps=60 --record=video.mp4--no-audio. However, it seems like this option disables the audio completely, eventually making the recorded video (.mp4) soundless. using --no-audio-playback makes the sound become recorded, but doesn't let me hear anything while recording the android screen.

Describe the solution you'd like

I would like a new option about audio. This new audio option should play the audio on the android device itself, not the connected PC (this will make no latency when playing audio). However, the audio itself is still being recorded, so I could heat the audio when I check the recorded .mp4 file.

I'm very new to this, so there could be a possibility that this option already exists, but I don't know how to use it. If so, please reply to me, and I'll use that method and end this issue report. I'll wait for replies.

@rom1v
Copy link
Collaborator

rom1v commented Jun 17, 2024

I'm currently using scrcpy --video-codec=h264 --max-fps=60 --record=video.mp4 --no-audio. However, it seems like this option disables the audio completely,

--no-audio disables audio capture/forwarding, in other words it leaves audio on the device

eventually making the recorded video (.mp4) soundless.

Yes, if audio is not captured, it is not recorded.

using --no-audio-playback makes the sound become recorded, but doesn't let me hear anything while recording the android screen.

What you would like is to capture audio, but keep it playing on the device.

Unfortunately, this is not supported due to the lack of a technical solution: #3875

I'm closing as a duplicate.

@rlarhsid
Copy link
Author

Sad to hear, anyways thanks for the replies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants