Skip to content

I want a PCM file for Power Instinct 2

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

Moderator: Staff

I want a PCM file for Power Instinct 2

Post by takoyariika »

I want to extract a sample of Power Instinct 2 because I am making a gouketsuji remix
What should I do?
By the way, I want a voice sample of the background music of the oshima goketsujis stage.
  • ctr Offline
  • Posts: 492
  • Joined: 2013-07-17, 23:32:39

Post by ctr »

You should be able to import the wave ROMs in Audacity as "VOX ADPCM".

Code: Select all

                <rom name="g02.u53" size="2097152" crc="c4bdd9e0" sha1="a938a831e789ddf6f3cc5f3e5f3877ec7bd62d4e" region="oki1" offset="40000"/>
                <rom name="g02.u54" size="2097152" crc="1357d50e" sha1="433766177ce9d6933f90de85ba91bfc6d8d5d664" region="oki1" offset="240000"/>
                <rom name="g02.u55" size="2097152" crc="2d102898" sha1="bd81f4cd2ba100707db0c5bb1419f0b23c998574" region="oki2" offset="40000"/>
                <rom name="g02.u56" size="2097152" crc="9ff50dda" sha1="1121685e387c20e228032f2b0f5cbb606376fc15" region="oki2" offset="240000"/>
As for playing back the music, if there is no sound test you'll need to do some hacking in one way or another. If there's a separate sound CPU it might be possible to use the debugger (or a cheat) to write bytes directly to the sound latch on the main CPU side.

Post by takoyariika »

Thank you very much.
I was surprised that I could extract other sound sources.
Post Reply