July 16Jul 16 Hello everyone,I'm trying to rip some audio files from a Gamecube game. I successfully found the files contained in the ISO, but the format of the files seems to be unknown by every tool (I tried VGMstream with Foobar, VGMToolbox, Dragon Unpacker and many other things).The format is .str. Do anyone have an idea? I know it's doable, because someone did it but for the english version of the game, and I'm trying to rip the french audios.Thanks to everyone!Lyralaryfrench.rar Edited July 16Jul 16 by lyralary I was mistaken concerning the .hog files, which I extracted and revealed to be animation files (.anm and .banr).
5 hours ago5 hr Hi,Took a little while, but here is what you requested. Below you will find the text configuration file for vgmstream:codec = NGC_DSP channels = @0xA8:BE sample_rate = @0x14:BE num_samples = @0x08:BE start_offset = 0xAC interleave = 0x10 data_size = @0x1C:BE * channels loop_flag = @0x00:BE loop_start_sample = @0x04:BE loop_end_sample = @0x0C:BE coef_offset = 0x20 coef_spacing = 0x54 coef_endianness = BE hist_offset = 0x44 hist_spacing = 0x54 hist_endianness = BEPlease follow these steps carefully:Create a new file inside the same directory as the .str files and name it: .str.txthCopy the content shown above directly into the newly created .str.txth file and saveDownload vgmstream Command Line and extract it somewhereOpen PowerShell and run the following:.\vgmstream-cli.exe -i -o "path\to\charms.wav" "path\to\charms.str" .\vgmstream-cli.exe -i -o "path\to\dada.wav" "path\to\dada.str" .\vgmstream-cli.exe -i -o "path\to\potions.wav" "path\to\potions.str"If successful, the output from vgmstream should look similar to this:decoding path\to\charms.str sample rate: 32000 Hz channels: 2 looping: disabled loop start: 0 samples (0:00.000 seconds) loop end: 572160 samples (0:17.880 seconds) stream total samples: 572160 (0:17.880 seconds) encoding: Nintendo DSP 4-bit ADPCM layout: interleave interleave: 0x10 bytes metadata from: TXTH generic header bitrate: 292 kbps play duration: 572160 samples (0:17.880 seconds)You will find the converted audio file at the path you specified in step 4.Additionally, I have attached a sample archive containing 10 converted files for you to try. The remaining files you should be able to convert yourself!Happy ripping!Harry_Potter_WAV_Sample.7z Edited 5 hours ago5 hr by Falkrian Spelling
Create an account or sign in to comment