[Research] Audio support #38
Answered
by
drauggres
ChinaLiuKang
asked this question in
Q&A
|
I want to develop audio based on the project, where should I start first? |
Answered by
drauggres
Sep 25, 2020
Replies: 6 comments 5 replies
|
Hi. Update from 2025Since v2 scrcpy supports audio. See pcm-player by yume-chan for a client implementation. Android (sndcpy)
iOS (quicktime video hack)This project for streaming uses ws-qvh. It uses QVH library. Audio stream produced by qvh is ignored. See:
See above for possible implementations of the client. |
0 replies
Answer selected by
drauggres
|
These suggestions have helped me a lot, thank you very much!!! |
1 reply
|
Are you interested in perfecting the audio? |
0 replies
|
You are welcome. |
1 reply
|
ok!!! |
3 replies
|
I've created a fork version that upgraded scrcpy-server to version 3.3.4, and now supports audio functionality. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
Update from 2025
Since v2 scrcpy supports audio. See pcm-player by yume-chan for a client implementation.
Android (sndcpy)