Skip to content

Hack script around vgmplay to rip some stems

Notifications You must be signed in to change notification settings

mtolly/vgmplay-multipcm-stems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a quick hack of vgmplay to extract each sample layer from a MultiPCM song file. It simply rebuilds the program repeatedly to only load one sample index at a time and zeroes out the others. Each WAV is then encoded to FLAC as it goes because they get very big otherwise and are mostly silence.

$ cd VGMPlay
$ mv .../thesongfile.vgz .
$ ./multipcm-stems.sh thesongfile
// `stems` folder will be created and populated

Only tested on Mac; on other platforms you should remove MACOSX=1 from the script and make whatever other edits are necessary to build correctly.

About

Hack script around vgmplay to rip some stems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.1%
  • C++ 4.5%
  • Objective-C 1.6%
  • Other 0.8%