https://github.com/libsidplayfp/sidplayfp
Console SID/MUS player
https://github.com/libsidplayfp/sidplayfp
c64 cgsc commodore64 hvsc mus sid
Last synced: about 1 month ago
JSON representation
Console SID/MUS player
- Host: GitHub
- URL: https://github.com/libsidplayfp/sidplayfp
- Owner: libsidplayfp
- License: gpl-2.0
- Created: 2021-01-16T17:27:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-22T10:41:57.000Z (4 months ago)
- Last Synced: 2026-02-22T16:58:10.337Z (4 months ago)
- Topics: c64, cgsc, commodore64, hvsc, mus, sid
- Language: C
- Homepage:
- Size: 1.67 MB
- Stars: 66
- Watchers: 8
- Forks: 13
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
sidplayfp
=========
https://github.com/libsidplayfp/sidplayfp
sidplayfp is a console C64 music player which uses the libsidplayfp engine
to provide the best SID listening experience.
Copyright (c) 2000 Simon White
Copyright (c) 2007-2010 Antti Lankila
Copyright (c) 2010-2026 Leandro Nini (drfiemost@users.sourceforge.net)
stilview
========
STILView is a command-line driven program to help you retrieve
the entries stored in STIL fast and accurately.
Copyright (c) 1998, 2002 LaLa
Copyright (c) 2013-2017 Leandro Nini (drfiemost@users.sourceforge.net)
-----------------------------------------------------------------------------
_This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version._
_This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details._
_You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA_
-----------------------------------------------------------------------------
Documentation
-------------
https://github.com/libsidplayfp/sidplayfp/wiki
-----------------------------------------------------------------------------
NOTE:
-----
ROM dumps are not embedded and must be supplied by the user.
These ROMs are optional and most tunes should work fine without them,
but compatibility is not guaranteed.
Check `sidplayfp.ini`'s documentation for configuration details
and default search paths.
-----------------------------------------------------------------------------
## Build
This package uses autotools, so the usual `./configure && make` is enough to build
the programs. If cloning the bare sources, the package needs to be bootstrapped
in advance with `autoreconf -vfi`.
Requires [libsidplayfp](https://github.com/libsidplayfp/libsidplayfp) version 2 or later.
In addition to the standard build options the following are available:
`--enable-debug`:
compile with debugging messages,
disabled by default
-----------------------------------------------------------------------------
# 3rd party software
* miniaudio
https://github.com/mackron/miniaudio
distributed under MIT license
* fmt
https://github.com/fmtlib/fmt
distributed under MIT license
* filesystem
https://github.com/gulrak/filesystem
distributed under MIT license