m35 / jpsxdec

jPSXdec: cross-platform PlayStation 1 audio and video converter
http://jpsxdec.blogspot.com/
461 stars 24 forks source link

Make this program rip anything inside str.bin from Dance Dance Revolution 3rdMIX to 5thMIX #4

Open sillybear opened 7 years ago

sillybear commented 7 years ago

str.bin stores bgm, sound effects and voice announcer from most DDR PSX games (3rdMIX to 5thMIX and etc.). So far, they can be ripped via PSound but majority of them have clicks and/or scratchy sounds in between so the quality is not good. I am hoping that these can be ripped via jpsxdec too.

DDR 3rdMIX - SLPM_86503 DDR 4thMIX - SLPM_86752 DDR 5thMIX - SLPM_86897

m35 commented 4 years ago

The STR.BIN file in those games do contain audio clips, but they're in VAG audio format which jPSXdec currently does not support. As you found, PSound does detect those audio clips. You might be able to fix the clicks and/or scratchy sounds by extracting the STR.BIN file using normal 2048 bytes/sector first, and then scanning that with PSound.

image