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

Audio and mic recording not work on android emulator #5797

Open
ObscurusGrassator opened this issue Jan 26, 2025 · 0 comments
Open

Audio and mic recording not work on android emulator #5797

ObscurusGrassator opened this issue Jan 26, 2025 · 0 comments

Comments

@ObscurusGrassator
Copy link

emulator API_34 Android 14

In order to use the microphone and input the test voice, I had to enable the use of PC system resources in the emulator.
In order to play headless sound into the PC system source, I had to install BlackHole and set it as the system input source.

// the symulated microphone voice is not recorded to test.mp4
scrcpy --audio-source=playback --audio-dup --record ./test.mp4

// the symulated microphone voice is recorded to test.mp4 but does not play it into the emulator - Scrcpy stops it and does not let go to the emulator, so the emulator does not respond to it
scrcpy --audio-source=mic --record ./test.mp4

Does it support Scrcpy? Am I doing something wrong? Thank you in advance.

Environment

  • OS: MacOS Sonoma 14.7 M2
  • Scrcpy version: 3.1
  • Installation method: brew
  • Device model: emulator API_34
  • Android version: 14
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

1 participant