No description
.gitignore | ||
LICENSE | ||
readme.md | ||
sidvis.sh |
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
- Clone the repository:
$ git clone https://git.aquamarine.gay/aquamarine/sidvis-bash
$ cd sidvis-bash
- Make sure the program is executable:
$ chmod +x sidvis.sh
- 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