FMOD bank file format

Codecs, formats, encoding/decoding of game audio, video and music
Moonchild
Posts: 2
Joined: Wed Oct 14, 2020 11:03 pm

FMOD bank file format

Post by Moonchild »

There are fsbext and https://github.com/tmiasko/fsb-vorbis-extractor and https://github.com/HearthSim/python-fsb5, for extracting data from the .fsb files.

Is there any information anywhere on the format of the .bank files themselves, with the metadata? The quickbms script just skips to the FSB5 headers and doesn't do any parsing; everything else I've found just punts to the official fmod dlls.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: FMOD bank file format

Post by aluigi »

Just scan them:
fsbext -o -1 file.fsb
Moonchild
Posts: 2
Joined: Wed Oct 14, 2020 11:03 pm

Re: FMOD bank file format

Post by Moonchild »

There is other metadata in the .bank file that isn't in the .fsb file. I want to extract that.