SDL-Mixer-X icon indicating copy to clipboard operation
SDL-Mixer-X copied to clipboard

Add support for the .SID format

Open Wohlstand opened this issue 4 years ago • 5 comments

It's another popular chiptune format that we can also support, it's for the Commodore 64 platform.

The first suggested library https://github.com/libsidplayfp/libsidplayfp (Licensed under GPLv2+). If there are others with a better emulation and more permissive license, you can note me about them too.

Wohlstand avatar Feb 27 '21 22:02 Wohlstand

I found the cSID SID player https://github.com/mlund/csid which uses the WTF licence. Sadly, the emulation is less good than libSidPlayFP (which uses ReSID emulation core), but I think it's still okay. Didn't tried yet though. I will try it once I'm at home.

system64MC avatar Mar 11 '22 15:03 system64MC

About the libsidplayfp, some months ago I tested some tricky files given by some buddy, and I accidentally found they were played very accurate compare to another implementation which plays them brokenly

Wohlstand avatar Mar 11 '22 16:03 Wohlstand

P.S. Off topic: Links has next format:

[any text](url)

And if you just past the link itself, no need to format it, just is fine to put the link in as-is without special format

Wohlstand avatar Mar 11 '22 16:03 Wohlstand

Thanks for the advice, sadly, ReSID is the most accurate SID emulator. I don't know any alternatives that are as accurate as ReSID

system64MC avatar Mar 11 '22 19:03 system64MC

ReSIDfp - easily the most accurate, but easily the most CPU intensive

freq-mod avatar Sep 25 '23 10:09 freq-mod