FSB to WAV Conversion Explained
Converting .FSB to .WAV extracts audio files from an FMOD Sound Bank container and decodes them into standard, uncompressed audio tracks. Game developers, modders, and sound designers perform this conversion to access, listen to, or edit game audio assets outside the FMOD engine.
When you convert .FSB to .WAV, you gain universal compatibility with media players and Digital Audio Workstations (DAWs). However, you lose the .FSB container structure. One .FSB file often yields dozens or hundreds of individual .WAV files. You also lose FMOD-specific metadata, such as interactive loop points, pitch randomization, and spatial audio settings.
This conversion is a bad idea if you intend to put the exact same file back into a game directory. Game engines cannot read raw .WAV files in place of an .FSB bank; you must rebuild the sound bank using official FMOD tools.
Typical Tasks and Users
- Game Modders: Extracting voice lines, sound effects, or music from compiled games to create mods, analyze sound design, or replace audio assets.
- Sound Designers: Recovering audio assets from existing games for reference, or archiving their own past work when the original FMOD Studio project files are lost.
- Archivists: Ripping video game soundtracks to standard audio formats for preservation and standalone playback.
Software & Tool Support
- FMOD Studio: The official audio middleware by Firelight Technologies. It builds .FSB files but does not natively decompile them back into raw audio.
- vgmstream: An open-source library and command-line tool that excels at decoding video game audio formats, including .FSB. It integrates as a plugin for players like foobar2000 and Winamp.
- Aezay FSB Extractor: A legacy Windows utility specifically built to open, preview, and extract .FSB archives.
- Audacity: A free DAW that can edit the resulting .WAV files. It cannot open .FSB files directly without FFmpeg or vgmstream plugins.
Pros and Cons of the Conversion
- Compatibility (Pro): .WAV files open in almost every media player, video editor, and DAW natively.
- Editability (Pro): You can apply effects, trim, and mix the extracted audio in standard software.
- File Size (Con): .FSB files usually contain compressed audio (like Vorbis, MP3, or ADPCM). Decoding these to uncompressed PCM .WAV significantly increases file size.
- Metadata Loss (Con): Game-specific logic, such as dynamic music transitions and loop markers, does not transfer to standard .WAV.
- File Clutter (Con): Because .FSB is an archive, converting it will unpack multiple individual audio files into your directory.
Conversion Difficulties & Why Convert.Guru
The main technical difficulty in this conversion is that .FSB is not a single audio format; it is a container. The audio inside can be encoded in various formats, including PCM, ADPCM, MP3, Vorbis, CELT, or console-specific formats like Xbox XMA and PlayStation ATRAC9.
The conversion pipeline must parse the .FSB header, identify the internal codec, demultiplex the streams, and decode each stream into standard PCM audio. If a tool lacks the specific decoder for a console-specific codec, the extraction will fail or produce static.
Convert.Guru handles this complex demuxing and decoding pipeline automatically. It identifies the internal codecs within the .FSB container and accurately extracts them into standard .WAV files. This allows users to bypass the need to install command-line tools, configure plugins, or hunt for specific codec libraries.
FSB vs. WAV: What is the better choice?
| Feature | .FSB | .WAV |
| Type | Audio container / Sound bank | Single audio file |
| Compression | Usually compressed (Vorbis, ADPCM) | Uncompressed (PCM) |
| Use Case | Interactive game audio | Editing, archiving, standard playback |
| Metadata | Loop points, 3D positioning, logic | Basic ID3 tags, broadcast chunks |
| Compatibility | Requires FMOD engine or plugins | Universal |
Which format should you choose?
Choose .FSB if you are developing a game using the FMOD audio engine. It is optimized for real-time playback, memory management, and interactive audio logic within a game environment.
Choose .WAV if you need to edit the audio in a DAW, use the sound effects in a video project, or listen to the files on a standard media player.
Avoid this conversion if you are trying to save disk space. Decoding compressed .FSB streams into uncompressed .WAV will drastically increase the total file size. If storage is a concern, extracting the audio to .OGG or .MP3 is a better choice.
Conclusion
Converting .FSB to .WAV is essential for extracting game audio for editing, modding, or archiving outside of a game engine. The biggest limitation to watch for is the loss of the container structure and interactive metadata, alongside a significant increase in file size due to PCM decoding. Convert.Guru is a reliable choice for this exact conversion because it seamlessly handles the complex internal codecs of FMOD sound banks, delivering clean, universally compatible .WAV files without requiring specialized game audio extraction software.
About the FSB to WAV Converter
Convert.Guru makes it fast and easy to convert FMOD sound banks to WAV online. The FSB to WAV converter runs entirely in your browser, so there’s no software to install and no account required. Powered by one of the industry’s largest and most trusted file format databases—maintained for more than 25 years—our technology reliably identifies FSB sound banks even when they are damaged or incorrectly named. Uploaded files are automatically deleted after conversion to protect your privacy.