thejpster / monotron

A simple 8-bit home computer style application for the TI Tiva-C Launchpad
Apache License 2.0
191 stars 9 forks source link

Audio jitter and/or general audio noise #29

Open thejpster opened 5 years ago

thejpster commented 5 years ago

The PWM update should be before the scanline render, not after. This may explain the terrible audio noise as the scanline render times will vary wildly, especially in the blanking interval.

thejpster commented 5 years ago

I moved the PWM update and it's better, but there's still noise.