1

I have a WinForms WebBrowser control in a WPF WindowsFormsHost, but I've verified the problem in straight WinForms as well as several different computers.

What happens is whenever a webpage is playing music and I start scrolling the page the audio freezes and repeats the same short sample over and over again. One of the most pronounced sites that exhibits this is Google Play Music.

Is there anything I can do to mitigate this problem?

caesay
  • 15,979
  • 13
  • 88
  • 151

1 Answers1

0

Try enabling GPU rendering for your WebBrowser control via FEATURE_GPU_RENDERING feature. Here is how to do it, and there's a bunch of other features to play with.

Community
  • 1
  • 1
noseratio
  • 56,401
  • 21
  • 172
  • 421