-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Hear audio and mic at the same time #4206
Comments
Nope, scrcpy only exposes 1 audio stream. If you want both, as a workaround, you can run two instances of scrcpy: # for device audio and video
scrcpy # for microphone
scrcpy --no-video --audio-source=mic (of course, that way, you can't record everything in a single file with |
Oh yeah!! Good workaround, thanks a lot for the quick reply! It works like charm... |
Isn't it possible to do some work around like this to have audio in both, my computer and my android device? |
Btw! This app really made the magic I needed for my project. It's really beyond amazing Thanks a lot for the good work and for the support |
Nope :/ #3875 (comment) |
This is very strange, because actually that's the default behavior in the Oculus casting. Therefore having sound in both devices doesn't seem contradictory. Or is the Oculus casting using a very different approach? The problem is that in my project I am using the Passthrough vision, which only scrcpy allows... |
I want to ask that after the wired connection to the mobile phone, it can transmit sound normally, but as long as the mobile phone uses the microphone, the computer cannot hear the sound, is it the same problem as the landlord, does anyone know how to solve it |
Is it possible to route both the audio and the mic?
When I use --audio-source=mic the audio playback stops, and I would like to have both
Thanks!
The text was updated successfully, but these errors were encountered: