Important information: this site is currently scheduled to go offline indefinitely by end of the year.

.bank sound format

Get help on any and all audio formats, or chip in and help others!
Post Reply
Ramiz10
ultra-n00b
Posts: 8
Joined: Sat Jan 28, 2017 12:32 pm

.bank sound format

Post by Ramiz10 »

Hi, everyone. I need help to extract/open .bank sound file. I extracted this file from androind game. Does anyone have any idea how to do that?
Example of file
https://mega.nz/#!OU9V2BJT!HcjnnZwK-zjH ... s3BPseGThI
I will be grateful for help
Last edited by Ramiz10 on Tue Feb 21, 2017 9:45 pm, edited 1 time in total.
brendan19
ultra-veteran
ultra-veteran
Posts: 389
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 93 times

Re: .bank sound format

Post by brendan19 »

Your link is missing the decryption key.
Ramiz10
ultra-n00b
Posts: 8
Joined: Sat Jan 28, 2017 12:32 pm

Re: .bank sound format

Post by Ramiz10 »

brendan19 wrote:Your link is missing the decryption key.
i fixed
brendan19
ultra-veteran
ultra-veteran
Posts: 389
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 93 times

Re: .bank sound format

Post by brendan19 »

This is a FMOD bank file using ogg vorbis as its codec.

You will find all the tools you'll need for this endeavour here


1. Remove everything before the "FSB5" in the file using a hex editor if you're doing this to just one bank file.

But if you're doing this to multiple bank files, use VGMToolbox's advanced file cutter.


1a. Run VGMToolbox and navigate the following:

VGMToolbox > Misc. Tools > Extraction Tools > Generic > Advanced Cutter/Offset Finder

1b. Select the FSB cutter in the presets window.
1c. Click the "Load" button to load the preset.
1d. Make sure the "Cut to EOF when Terminator Not Found" is ticked at the bottom.

1e. Drag and drop any bank files onto the "Files to Search" box in the top mid-left hand corner of the window.

1f. Move those .fsb files into the 'FSB Splitter' folder.


2. Run the Batch.bat inside the FSB splitter folder to separate the FSBs and then move them into the FSB Audio Extractor folder.
(This step is optional. If you just want the converted files you can skip to step 3)


3. Run the FSB Audio Extractor.bat inside the FSB Audio Extractor folder to convert them into .wav files.


Additional note: They are extracted/converted with the original hash id's so if there's an .xml file that has these hash id's somewhere in the game files you might be able to get the plain-text filenames.
Last edited by brendan19 on Fri Jul 14, 2017 3:27 am, edited 2 times in total.
Ramiz10
ultra-n00b
Posts: 8
Joined: Sat Jan 28, 2017 12:32 pm

Re: .bank sound format

Post by Ramiz10 »

brendan19 wrote:This is a Wwise FMOD bank file using ogg vorbis as its codec.

You will find all the tools you'll need for this endeavour here


1. Remove everything before the "FSB5" in the file using a hex editor if you're doing this to just one bank file.

But if you're doing this to multiple bank files, use VGMToolbox's advanced file cutter.


1a. Run VGMToolbox and navigate the following:

VGMToolbox > Misc. Tools > Extraction Tools > Generic > Advanced Cutter/Offset Finder

1b. Select the FSB cutter in the presets window.
1c. Click the "Load" button to load the preset.
1d. Make sure the "Cut to EOF when Terminator Not Found" is ticked at the bottom.

1e. Drag and drop any bank files onto the "Files to Search" box in the top mid-left hand corner of the window.

1f. Move those .fsb files into the 'FSB Splitter' folder.


2. Run the Batch.bat inside the FSB splitter folder to separate the FSBs and then move them into the FSB Audio Extractor folder.
(This step is optional. If you just want the converted files you can skip to step 3)


3. Run the FSB Audio Extractor.bat inside the FSB Audio Extractor folder to convert them into .wav files.


Additional note: They are extracted/converted with the original hash id's so if there's an .xml file that has these hash id's somewhere in the game files you might be able to get the plain-text filenames.
Wow man.... You are amazing... you are wonderful
It is works, thank you soooooo much
I love you))))
guptaprince
ultra-n00b
Posts: 1
Joined: Sun Apr 23, 2017 5:39 am

Re: .bank sound format

Post by guptaprince »

using ttarch extract i extracted files from Guardians of Galaxy and i got .bank files
and now i want to extract them too.
i tried way described here but it says "Unsupported file or audio format."
is there any way to extract them
ponaromixxx
beginner
Posts: 27
Joined: Thu Jul 17, 2014 4:52 am
Has thanked: 1 time
Been thanked: 11 times

Re: .bank sound format

Post by ponaromixxx »

guptaprince wrote:using ttarch extract i extracted files from Guardians of Galaxy and i got .bank files
and now i want to extract them too.
i tried way described here but it says "Unsupported file or audio format."
is there any way to extract them

Code: Select all

for OFFSET = 0
    goto OFFSET
    findloc OFFSET string "FSB5"
    goto OFFSET
    getdstring FSB_SIGN 4   # FSOUND_FSB_HEADER_FSB5 (fsb.h)
    get version long
    get numsamples long
    get shdrsize long
    get namesize long
    get datasize long
    xmath SIZE "0x3c + shdrsize + namesize + datasize"
    log "" OFFSET SIZE
next OFFSET + SIZE
ManuJDT
ultra-n00b
Posts: 3
Joined: Wed Feb 08, 2017 4:47 pm
Has thanked: 1 time

Re: .bank sound format

Post by ManuJDT »

brendan19 wrote:This is a FMOD bank file using ogg vorbis as its codec.

You will find all the tools you'll need for this endeavour here
Link not working
brendan19
ultra-veteran
ultra-veteran
Posts: 389
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 93 times

Re: .bank sound format

Post by brendan19 »

Link fixed in the post.
mehrdad995gta
ultra-n00b
Posts: 7
Joined: Fri Aug 19, 2016 3:13 pm
Has thanked: 13 times

Re: .bank sound format

Post by mehrdad995gta »

The file you are trying to download is no longer available.

can you please fix the link?
thanks :]
Post Reply