Johan Kotlinski

Results 139 comments of Johan Kotlinski

This could be a non-issue now, as the noise bug is worked around in LSDj for CGB/AGB.

After inspecting the code, it feels plausible that this error is introduced when downsampling APU output to 48 kHz.

As a sanity check, I made the same comparison with Gambatte (configured to use Highest Quality FIR downsampler). Here, there is no serious roll-off until 17 kHz. I think the...

Maybe [Blip Buffer](https://github.com/eriser/blip-buffer) could be incorporated for the resampling? IMO this would be the last hurdle for 100% audio emulation.

I investigated further. In the samples attached in this message, it looks like most of the difference is from wave refresh audio spikes being more pronounced on real DMG. So...

As a summary, my analysis now is that the DC blocker emulation is a bit off. Sometimes it sounds better, sometimes it sounds worse. You can choose for yourself, if...

Gambatte is very close to Sameboy. BGB is different, also not so much like real hardware. On Tue, 20 Apr 2021 at 09:17, Leopoldo Pla ***@***.***> wrote: > Definitely, the...

In case you are looking for Forths to benchmark, I would love to see https://github.com/jkotlinski/durexforth in the list :)

I can contribute some benchmarks taken from DurexForth v1.6.1, running on C64: Integer Calc 37s Fib2 1m57s Nest 1million 17s Sieve/Prime 10s GCD1 60s GCD2 70s With reservation for measurement...

Hi Mitch, I doubly agree :) The advantage of STC is specifically for the 6510 which is pretty inefficient for other threading models. I also agree it can be nicer...