Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 2.12 KB

README.md

File metadata and controls

64 lines (51 loc) · 2.12 KB

chipmusic-convert

Python script to conveniently convert different chipmusic formats into wav/ogg/flac.

Supported:

  • Commodore64 SID
  • Atari SNDH
  • Atari SAP
  • sc68 format

Planned support:

  • Amiga MOD
  • NSF
  • SPC
  • GB*

Chipmusic archives:

Other chipmusic sites:

If you know of any chipmusic archives or pages that are missing here, please let me know!

Required software by format

chipmusic-convert relies on different software packages to do the actual conversion from the chipmusic formats to wav/ogg/flac. The following table shows which packages are used for each of the formats:

Formats Package
SID sidplayfp - https://bel.fi/alankila/c64-sw/index-cpp.html
SNDH, sc68 sc68 - http://sndplayer.atari.org
SAP asapconv - http://asap.sf.net
ogg vorbis-tools - http://www.vorbis.com
flac flac - https://xiph.org/flac

pytaglib required for song information in ogg/flac headers.

Resources