No description
Find a file
2025-03-11 17:33:20 -04:00
.gitignore feat: auto postprocessing, external trigger, refactors 2025-03-11 17:24:37 -04:00
LICENSE initial commit 2025-03-09 19:23:21 -04:00
readme.md fix: correct usage in the readme 2025-03-11 17:33:20 -04:00
sidvis.sh feat: auto postprocessing, external trigger, refactors 2025-03-11 17:24:37 -04:00

sidvis-bash

Program that automatically generates split channels out of .sid files used by the Commodore 64, for use with oscilloscope software such as Corrscope.

Inspired (and somewhat based off of) sidvis by acrouzet

Usage

  1. Clone the repository:
$ git clone https://git.aquamarine.gay/aquamarine/sidvis-bash
$ cd sidvis-bash
  1. Make sure the program is executable:
$ chmod +x sidvis.sh
  1. Run the program
$ ./sidvis.sh -i <filename.sid> [-s <song number>] [-t]

View ./sidvis.sh -h for more information on this program's usage.

Dependencies

Package name Package identifier (Arch Linux) Tested version
ffmpeg extra/ffmpeg 2:7.1-64
sidplayfp aur/sidplayfp (AUR package) 2.12.0 (libsidplayfp 2.13.0a) (built from git master)
xxd extra/vim 2024-12-07
ffmpeg-normalize ffmpeg-normalize (python package) 1.31.1

These packages may be available in your package manager under different names. The package names listed above are for Arch Linux.

License

See the license file