{"id":44713575,"url":"https://github.com/libsidplayfp/sidplayfp","last_synced_at":"2026-05-02T11:04:37.606Z","repository":{"id":53555871,"uuid":"330217584","full_name":"libsidplayfp/sidplayfp","owner":"libsidplayfp","description":"Console SID/MUS player","archived":false,"fork":false,"pushed_at":"2026-02-22T10:41:57.000Z","size":1747,"stargazers_count":66,"open_issues_count":13,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-02-22T16:58:10.337Z","etag":null,"topics":["c64","cgsc","commodore64","hvsc","mus","sid"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libsidplayfp.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-16T17:27:49.000Z","updated_at":"2026-02-21T20:09:17.000Z","dependencies_parsed_at":"2026-02-15T13:01:44.161Z","dependency_job_id":null,"html_url":"https://github.com/libsidplayfp/sidplayfp","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/libsidplayfp/sidplayfp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsidplayfp%2Fsidplayfp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsidplayfp%2Fsidplayfp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsidplayfp%2Fsidplayfp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsidplayfp%2Fsidplayfp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libsidplayfp","download_url":"https://codeload.github.com/libsidplayfp/sidplayfp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsidplayfp%2Fsidplayfp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["c64","cgsc","commodore64","hvsc","mus","sid"],"created_at":"2026-02-15T13:01:08.520Z","updated_at":"2026-05-02T11:04:37.600Z","avatar_url":"https://github.com/libsidplayfp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"sidplayfp\n=========\n\nhttps://github.com/libsidplayfp/sidplayfp\n\nsidplayfp is a console C64 music player which uses the libsidplayfp engine\nto provide the best SID listening experience.\n\nCopyright (c) 2000 Simon White  \nCopyright (c) 2007-2010 Antti Lankila  \nCopyright (c) 2010-2026 Leandro Nini (drfiemost@users.sourceforge.net)\n\n\nstilview\n========\n\nSTILView is a command-line driven program to help you retrieve\nthe entries stored in STIL fast and accurately.\n\nCopyright (c) 1998, 2002 LaLa  \nCopyright (c) 2013-2017 Leandro Nini (drfiemost@users.sourceforge.net)\n\n-----------------------------------------------------------------------------\n\n_This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version._\n\n_This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n GNU General Public License for more details._\n\n_You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA_\n\n-----------------------------------------------------------------------------\n\nDocumentation\n-------------\nhttps://github.com/libsidplayfp/sidplayfp/wiki\n\n-----------------------------------------------------------------------------\n\nNOTE:\n-----\nROM dumps are not embedded and must be supplied by the user.\nThese ROMs are optional and most tunes should work fine without them,\nbut compatibility is not guaranteed.\nCheck `sidplayfp.ini`'s documentation for configuration details\nand default search paths.\n\n-----------------------------------------------------------------------------\n\n## Build\n\nThis package uses autotools, so the usual `./configure \u0026\u0026 make` is enough to build\nthe programs. If cloning the bare sources, the package needs to be bootstrapped\nin advance with `autoreconf -vfi`.\nRequires [libsidplayfp](https://github.com/libsidplayfp/libsidplayfp) version 2 or later.\n\nIn addition to the standard build options the following are available:\n\n`--enable-debug`:\ncompile with debugging messages,\ndisabled by default\n\n-----------------------------------------------------------------------------\n\n# 3rd party software\n\n* miniaudio  \n  https://github.com/mackron/miniaudio  \n  distributed under MIT license\n\n* fmt  \n  https://github.com/fmtlib/fmt  \n  distributed under MIT license\n\n* filesystem  \n  https://github.com/gulrak/filesystem  \n  distributed under MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibsidplayfp%2Fsidplayfp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibsidplayfp%2Fsidplayfp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibsidplayfp%2Fsidplayfp/lists"}