Dark_Ansem Posted November 4, 2023 Share Posted November 4, 2023 (edited) As a reminder, most people wrestling with game audio should be aware of VGMstream, capable of decoding a LOT of native formats. https://github.com/vgmstream/vgmstream The best way to use is likely with Foobar2000 https://www.foobar2000.org/download Edited November 4, 2023 by Dark_Ansem 1 2 Link to comment Share on other sites More sharing options...
Wez Posted December 5, 2023 Share Posted December 5, 2023 Another useful tip is that if vgmstream isn't able to decode your format immediately, using a .TXTH file (https://github.com/vgmstream/vgmstream/blob/master/doc/TXTH.md) might be the solution to fix it. For example, I was just trying to play and convert a VSD file from a PS2 game and vgmstream wouldn't decode it. I use Foobar2000 with the vgmstream extension / component to play and re-encode those files to other audio formats. So in Foobar2000, I could go to File -> Preferences -> Playback -> Decoding -> vgmstream and tick Enable unknown exts. Then, in the same folder where all my .VSD files were, I created a file named .VSD.txth, with this content inside it (thanks to punk7890 on HCS discord for providing this to me) : .VSD.txth codec=PSX interleave=0x100 sample_rate=44100 channels=2 num_samples=data_size This makes it so every file with the .VSD extension in this folder will use the proper "header data" from this provided txth file. More example of txth files can be found here. Then, dragging the same files in Foobar2000 would work, because the txth file in the same folder is providing this extra header data to let vgmstream how to play the file. 1 Link to comment Share on other sites More sharing options...
Dark_Ansem Posted December 6, 2023 Author Share Posted December 6, 2023 I didn't know that! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now