Mercurial > repos > blastem
log render_sdl.c @ 1574:ade5b8148caa
age | author | description |
---|---|---|
Mon, 30 Apr 2018 23:54:52 -0700 | Michael Pavone | Fix sync to audio option |
Fri, 27 Apr 2018 20:08:47 -0700 | Michael Pavone | Only save config file if something has changed. Re-initialize audio and video with new settings if config has changed |
Tue, 17 Apr 2018 22:26:39 -0700 | Michael Pavone | Audio DRC seems to be working pretty well now. Removed debug printfs |
Tue, 17 Apr 2018 00:20:41 -0700 | Michael Pavone | Moved resample rate adjustment to after frame flip rather than in audio callback as it makes more sense there. Needs adjustment to avoid audible pitch changes |
Sat, 14 Apr 2018 23:08:08 -0700 | Michael Pavone | Audio DRC now sounds good in both NTSC and PAL, just need to adjust constants to minimize latency without leading to dropouts |
Sat, 14 Apr 2018 00:07:20 -0700 | Michael Pavone | Mostly working dynamic rate control. Needs some tweaking, especially for PAL |
Fri, 13 Apr 2018 22:25:50 -0700 | Michael Pavone | WIP dynamic rate control |