{"id":16237676,"url":"https://github.com/pschatzmann/sidplayer","last_synced_at":"2025-07-21T11:31:56.241Z","repository":{"id":95607529,"uuid":"608047865","full_name":"pschatzmann/SIDPlayer","owner":"pschatzmann","description":"Playing Commodore 64 SID Audio on Arduino","archived":false,"fork":false,"pushed_at":"2024-10-04T14:46:22.000Z","size":613,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-03T04:25:20.647Z","etag":null,"topics":["arduino","audio-player","cmake","library","sid"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pschatzmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-01T07:58:00.000Z","updated_at":"2024-12-16T20:39:42.000Z","dependencies_parsed_at":"2024-08-18T07:44:32.315Z","dependency_job_id":"e74b1b77-66f8-41d7-880e-fd1eb8bd67f1","html_url":"https://github.com/pschatzmann/SIDPlayer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pschatzmann/SIDPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschatzmann%2FSIDPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschatzmann%2FSIDPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschatzmann%2FSIDPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschatzmann%2FSIDPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pschatzmann","download_url":"https://codeload.github.com/pschatzmann/SIDPlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschatzmann%2FSIDPlayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291567,"owners_count":23906293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","audio-player","cmake","library","sid"],"created_at":"2024-10-10T13:36:38.187Z","updated_at":"2025-07-21T11:31:56.219Z","avatar_url":"https://github.com/pschatzmann.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playing SID Files\n\nIn the old days I was rather a Commodere PC guy but I know of colleagues of mine that were addicted to the Commodore 64 and knew it inside out. Here is another project that makes you feel nostalgic: \n\n__Sound Interface Device (SID)__ is a audio format used by the __Commodore 64__ and 128. \n\nTo get some SID files, I can recommend The [High Voltage SID Collection (HVSC)](https://www.hvsc.c64.org/) which is a freeware hobby project that organizes Commodore 64 music into an archive for both musicians and fans alike.\n\nUnfortunately we can not feed SID files incrementally to a codec, so this does not fit with my audio codecs that are used e.g. in the AudioPlayer of the AudioTools library.\n\nTherefore this project provides a separate, dedicated __SID stream__ and a __SID player__ that can play SID from files or from in memory hex dumps __on Arduino__. The player is based on the AudioPlayer from the [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools), so you can use __different audio sources and audio sinks__. The SID emulation is based on cSID light by Hermit (Mihaly Horvath), (Year 2017).\n\n\n### Memory Requirements\n\nYou can set the RAM implementation in the config file (SIDConfig.h): In most cases it is using __64KB fixed__. By default this memory is reserved statically. You can also select to use PSRAM instead of RAM.\nThere is also an experimenal memory implementation that can directly use the song stored in PROGMEM and just needs around 2K of additinal RAM.\n\n\n### Documentation\n\n- [Class Documentation](https://pschatzmann.github.io/SIDPlayer/docs/html/annotated.html)\n- [AudioTools Audio Player](https://github.com/pschatzmann/arduino-audio-tools/wiki/The-Audio-Player-Class)\n- [Supported Output Devices](https://pschatzmann.github.io/arduino-audio-tools/group__io.html)\n- [AudioTools Wiki](https://github.com/pschatzmann/arduino-audio-tools/wiki)\n\n### Installation\n\nFor Arduino you can download the library as zip and call include Library -\u003e zip library. Or you can git clone this project into the Arduino libraries folder e.g. with\n\n```\ncd  ~/Documents/Arduino/libraries\ngit clone https://github.com/pschatzmann/SIDPlayer.git\n```\n\nAnd please do not forget to also install the [AudioTools](https://github.com/pschatzmann/arduino-audio-tools)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschatzmann%2Fsidplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpschatzmann%2Fsidplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschatzmann%2Fsidplayer/lists"}