Skip to content

I'm trying to rip samples from Sonic The Fighters.

Technical discussion about the VGM format, and all the software you need to handle VGM files.

Moderator: Staff

  • veronyx Offline
  • Posts: 1
  • Joined: 2024-04-29, 20:15:34

I'm trying to rip samples from Sonic The Fighters.

Post by veronyx »

So, this is my first time really getting into any type of VGM ripping, but I was wondering if it was possible, and how would I be able to rip samples from Sonic the Fighters. Is there any softwaree available for that, I know it uses the MultiPCM chip but I'm not sure how to access that either. Could use some help.
  • User avatar
  • ValleyBell Offline
  • Posts: 4791
  • Joined: 2011-12-01, 20:20:07
  • Location: Germany

Re: I'm trying to rip samples from Sonic The Fighters.

Post by ValleyBell »

Sonic the Fighers doesn't use MultiPCM - it uses the SCSP (YMF292).

If you know how to compile C programs, you could try to compile M2MidiDec.
The compilation command for GCC is

Code: Select all

gcc Soundfont.c M2MidiDec.c -o M2MidiDec
The tool has a WAVE dump option.
Post Reply