Touhou Genso Wanderer Reloaded .snd

Codecs, formats, encoding/decoding of game audio, video and music
kaimuangel
Posts: 13
Joined: Fri Oct 02, 2020 2:04 pm

Touhou Genso Wanderer Reloaded .snd

Post by kaimuangel »

Need help ripping audio from the game. The file is called "voice.snd" but I got no clue how to extract the audio files from that .snd extension.
https://drive.google.com/file/d/1pmsZZe ... sp=sharing
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Touhou Genso Wanderer Reloaded .snd

Post by aluigi »

The format doesn't have any sense.
The table with the information is ok but it's totally unrelated to the content of the archive, for example the reported offsets (I think they are offsets) refer to a file of more than 550 megabytes while voice.snd is half (and no, it's not a shifted value).
Additionally there is no readable content in it

I leave the work-in-progress script here just for debugging (DO NOT USE IT!):

Code: Select all

idstring "AQUA"
get DUMMY long
get FILES long
get ZERO long
for i = 0 < FILES
    get OFFSET longlong
    get DUMMY1 long
    get DUMMY2 long
    get SOME_CRC long
    get DUMMY3 long
    get DUMMY4 long
    get DUMMY6 long
next i