You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: