Zen Pinball 2 (Zen Studios) *.PDSP`
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Zen Pinball 2 (Zen Studios) *.PDSP`
Audio from the Wii U version, can someone figure out a way to play these files?
-
- Posts: 119
- Joined: Sun Dec 27, 2015 10:22 pm
Re: Zen Pinball 2 (Zen Studios) *.PDSP`
These samples are headerless DSP's. You need a few things before you can convert them.
First, download the latest vgmstream:
https://github.com/losnoco/vgmstream/releases
Upon extraction you should see an executable called "test.exe".
Next, download this zip file:
Extract that zip archive and make sure the file is still named .pdsp.txth if it is named pdsp.txth without the dot in front of "pdsp", it will not work.
Now that you've downloaded vgmstream and the TXTH, drag and drop the TXTH into the same folder as "test.exe" (executable in vgmstream folder). Then, drag all your samples into the same folder as "test.exe". When you drag and drop the *.pdsp files onto test, it should work now. Happy converting! Batch implementation to speed things up.
*Navigate to folder in command prompt*
First, download the latest vgmstream:
https://github.com/losnoco/vgmstream/releases
Upon extraction you should see an executable called "test.exe".
Next, download this zip file:
Extract that zip archive and make sure the file is still named .pdsp.txth if it is named pdsp.txth without the dot in front of "pdsp", it will not work.
Now that you've downloaded vgmstream and the TXTH, drag and drop the TXTH into the same folder as "test.exe" (executable in vgmstream folder). Then, drag all your samples into the same folder as "test.exe". When you drag and drop the *.pdsp files onto test, it should work now. Happy converting! Batch implementation to speed things up.
*Navigate to folder in command prompt*
Code: Select all
for %f in ("*.pdsp") do test "%f"
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Zen Pinball 2 (Zen Studios) *.PDSP`
Thanks but what about Foobar2000 support?
-
- Posts: 119
- Joined: Sun Dec 27, 2015 10:22 pm
Re: Zen Pinball 2 (Zen Studios) *.PDSP`
If you have the TXTH in the same folder as the PDSP, it should play in foobar2000 if you drag and drop it. Although, it can be temperamental sometimes.
-
- Posts: 865
- Joined: Fri Apr 20, 2018 12:41 am
Re: Zen Pinball 2 (Zen Studios) *.PDSP`
Oh cool, but it would be a lot easier if VGMStream for Foobar2000 can immediately play it.
-
- Posts: 119
- Joined: Sun Dec 27, 2015 10:22 pm
Re: Zen Pinball 2 (Zen Studios) *.PDSP`
Unfortunately, I'm not familiar with deving for vgmstream. So, you can either take my way or leave it. That decision is up to you.