Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 634 Bytes

SIDSpectro

Online SID player with spectrum analyzer

A project demo is available

How to use

  1. Clone this repository git clone https://github.com/s-macke/SIDSpectro
  2. Change directory cd SIDSpectro
  3. Place your SID files into the folder "data/C64Music"
  4. Compile json converter and run cd data && g++ tojson.cxx -o tojson && ./tojson
  5. Start a static web server in the root directory of the repository. E g. python3 -m http.server 8000
  6. Open the web browser and access your web server.