Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sillybear opened this issue Mar 29, 2017 · 1 comment

Comments

@sillybear
Copy link

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
Copy link
Owner

m35 commented Dec 22, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants