datajake1999

Results 7 issues of datajake1999

…d through the linear resampler when using OPL3_GenerateStream.

Klatt synthesis could be made a lot smoother if this was done, as the Klatt synthesizer would be generating all sound rather than mixing prerecorded sound into the audio stream.

I modified opl_proxy to use inpout32.dll. This makes it possible to use real OPL3 chip on modern Windows. Is it possible to add this patch into the OPL3BankEditor? Thanks. [opl_proxy.zip](https://github.com/Wohlstand/OPL3BankEditor/files/2697187/opl_proxy.zip)

enhancement
Need a test
Need an analyze

This pull request upgrades Nuked OPL3 to the latest version and only resamples audio If the emulator is set to run at a sample rate other than the native OPL3...

It would be desirable to have a standalone version of the emulator that doesn't rely on the SDL library, which would make it easier to integrate into many projects. The...

When attempting to compile src/main.c with TCC (the Tiny C Compiler), I am getting the following errors: In file included from main.c:1: In file included from c:/tcc/include/clap/all.h:3: In file included...