Skip to content

Instantly share code, notes, and snippets.

@questionlp
Last active September 18, 2024 04:34
Show Gist options
  • Save questionlp/fa0a5b1a3a440cc1a0d20e97b93161e9 to your computer and use it in GitHub Desktop.
Save questionlp/fa0a5b1a3a440cc1a0d20e97b93161e9 to your computer and use it in GitHub Desktop.
Export SPC to WAV Using vspcplay

Export SPC to WAV Using vspcplay

vspcplay Git Repo: https://github.com/raphnet/vspcplay

Fedora Package Requirements

sudo dnf install sdl12-compat sdl12-compat-devel SDL2 SDL-devel

Building vspcplay

Clone the repo linked above (do not use the source zip or tarball from the current release version) and run make to compile the utility.

Command

./vspcplay --waveout [output.wav] --default_time [seconds] --novideo --nosound --ignore_tag_time --interpolation --status  [input.spc]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment