Online SID player with spectrum analyzer
- Powered by reSID.
A project demo is available
- Clone this repository
git clone https://github.com/s-macke/SIDSpectro - Change directory
cd SIDSpectro - Place your SID files into the folder "data/C64Music"
- Compile json converter and run
cd data && g++ tojson.cxx -o tojson && ./tojson - Start a static web server in the root directory of the repository. E g.
python3 -m http.server 8000 - Open the web browser and access your web server.