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

Windows7 Audio Noise Fix #3854

Open
2 tasks
xlzhen-940218 opened this issue Mar 24, 2023 · 1 comment
Open
2 tasks

Windows7 Audio Noise Fix #3854

xlzhen-940218 opened this issue Mar 24, 2023 · 1 comment

Comments

@xlzhen-940218
Copy link

  • I have read the FAQ.
  • I have searched in existing issues.

Environment

  • OS: Windows7
  • scrcpy version:1.12.1
  • installation method: Windows release
  • device model:VMWare Player
  • Android version: 11,12,13

Describe the bug
Windows7 Audio Noise.Need edit audio_player.c function sc_audio_player_frame_sink_open

  • .samples = SC_AUDIO_OUTPUT_BUFFER_MS * ctx->sample_rate / 1000,* change to .samples = 2048 or .samples = 1024
@rom1v
Copy link
Collaborator

rom1v commented Mar 24, 2023

On dev branch: 39544f3

scrcpy --audio-output-buffer=10

See #3793.

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

2 participants