⚠️ ⚠️ ⚠️ Merged with latebit ⚠️ ⚠️ ⚠️
A SID chip emulator to create chiptunes and sound effects.
Originally developed for the latebit game engine.
All the specifications present and future can be found here.
sidplay <path-to-tune-file>This library relies on SDL.
# Debian-based
sudo apt install libsdl2-dev
# Red Hat-based
sudo dnf install SDL2
# MacOS
brew install sdl2You can find other releases here and more detailed instructions here.
# Configure
cmake -B build
# Build
cmake --build build
# Test
cmake --build build -t testThe build folder will now have a libsid.so (or libsid.dylib, libsid.dll) as well as
the sidplay executables.