-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
hey so my phone audio not working and it keeps crashing when i try to open it #3856
Comments
Microsoft Windows [Version 6.1.7601] C:\Users\aran\Downloads\scrapy\scrcpy-win64-v2.0\scrcpy-win64-v2.0>scrcpy --list C:\Users\aran\Downloads\scrapy\scrcpy-win64-v2.0\scrcpy-win64-v2.0>scrcpy --audi |
im on poco 4 gt android 13 |
There was a WASAPI issue in SDL: libsdl-org/SDL#7478 (fixed for the future SDL released), see #3825. Meanwhile, you can use another driver: set SDL_AUDIODRIVER=directsound
scrcpy Then, you will probably face another problem with directsound: it does not support low latency audio (#3793). So you need this version: #3793 (comment) set SDL_AUDIODRIVER=directsound
scrcpy --audio-output-buffer=10 (or just disable audio: |
hey thanks for the reply and the first option dose not work and the second i dont know why but it keeps giving me unknown option |
after trying it out stilll didnt work for me |
You need the build from this comment: #3793 (comment) (EDIT: now, just use the latest version, currently v2.1)
What did you execute (with which binary) and what is the console output? |
C:\Users\aran\Downloads\scrcpy-win64-v2.0>SDL_AUDIODRIVER=directsound |
You forgot |
oh my bad and thanks worked very well thank you |
this works for me |
Environment
Describe the bug
A clear and concise description of what the bug is.
On errors, please provide the output of the console (and
adb logcat
if relevant).Please do not post screenshots of your terminal, just post the content as text instead.
The text was updated successfully, but these errors were encountered: