Ripping Sounds

From The VG Resource Wiki
Revision as of 13:12, 8 June 2019 by Simpsons Dumper (talk | contribs) (Created page with " == Some PC games == If you're lucky, you'll be able to simply navigate to where your game is installed and be greeted by all the sounds in a usable format such as WAVE. == P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Some PC games

If you're lucky, you'll be able to simply navigate to where your game is installed and be greeted by all the sounds in a usable format such as WAVE.

PS1 and PS2

Use PSound. Requires Windows or WINE. Open your PlayStation game and drag any files containing sound into the program. Tell it to scan the file if prompted. Then, select all the resulting files (Ctrl+A) and convert them (Ctrl+V). If the files have looping issues, go to the configuration (Ctrl+C) and set the loop count and fade-out time to 0. If the files are playing at the wrong speed, go to the configuration and force the sample rate to the correct value. If the files are too slow, increase this value, and if they're too fast, decrease it.

Nintendo 64

Use N64SoundListToolUpdated. Requires Windows and Microsoft Visual C++ 2008 SP1. You may have to correct the speed of certain sounds using an external program such as ffmpeg.

Batch-converting sample rates using ffmpeg (Linux)

for i in *.wav; do ffmpeg -i "$i" -af asetrate=16000 "16000/${i%.*}.wav"; done

Flash games

Use JPEXS. Load your SWF file into it, right-click the "sounds" folder and "Export selection".

Other games

Use Game Extractor. Requires Java. This program has mixed results.

Raw audio

Some games store their sounds as raw audio. If you can't open a sound file, it's worth checking if it's raw. With Audacity, you can go to File -> Import -> Raw Data... to test this. If you hear something recognisable but not quite right, it's a game of trial-and-error to get the correct values.