# Build \> Include Audio File Names Setting

**URL:** https://qa.fmod.com/t/build-include-audio-file-names-setting/13149
**Category:** FMOD Studio
**Created:** [May 1, 2017, 2:16pm UTC](https://qa.fmod.com/t/build-include-audio-file-names-setting/13149 "2017-05-01T14:16:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jan](https://avatars.discourse-cdn.com/v4/letter/j/ce7236/32.png) [@Jan](https://qa.fmod.com/u/Jan)
#### Post date: [May 1, 2017, 2:16pm UTC](https://qa.fmod.com/t/build-include-audio-file-names-setting/13149/1 "2017-05-01T14:16:40Z")

</div>

In fmod studio there is a new setting under “Preferences \> Build” called “Include Audio File Names in Banks”.

This checkbox affects the size of the final sound bank. It does, however, not seem to be the same as loading the “strings” sound banks. From the name I assumed this would simply include the string data into the sample data sound banks.

So what exactly does it do?  
I couldn’t find this setting mentioned in the documentation. I am using fmod 1.09.04, however the fmod manual still says "FMOD Studio V1.08.08 " as the title, so maybe this simply hasn’t been updated?

---

<div class="post-metadata">

### Author: ![joseph](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/joseph/32/264_2.png) [@joseph](https://qa.fmod.com/u/joseph)
#### Post date: [May 2, 2017, 1:10am UTC](https://qa.fmod.com/t/build-include-audio-file-names-setting/13149/2 "2017-05-02T01:10:30Z")

</div>

Disabling “Include Audio File Names in Banks" results in a slight decrease in bank size, but also prevents certain callbacks (FMOD\_STUDIO\_EVENT\_CALLBACK\_SOUND\_PLAYED, FMOD\_STUDIO\_EVENT\_CALLBACK\_SOUND\_STOPPED) from working, since these callbacks depend on the audio file names being included.

Generally, only a very small amount of resources can be saved by disabling “Include Audio File Names in Banks.” As a result, it’s only worth doing is your project has _extremely_ tight resource requirements.

---

<div class="post-metadata">

### Author: ![Jan](https://avatars.discourse-cdn.com/v4/letter/j/ce7236/32.png) [@Jan](https://qa.fmod.com/u/Jan)
#### Post date: [May 2, 2017, 5:35am UTC](https://qa.fmod.com/t/build-include-audio-file-names-setting/13149/3 "2017-05-02T05:35:50Z")

</div>

> [@](#):
>
> Disabling “Include Audio File Names in Banks" results in a slight decrease in bank size, but also prevents certain callbacks (FMOD\_STUDIO\_EVENT\_CALLBACK\_SOUND\_PLAYED, FMOD\_STUDIO\_EVENT\_CALLBACK\_SOUND\_STOPPED) from working, since these callbacks depend on the audio file names being included.
> 
> Generally, only a very small amount of resources can be saved by disabling “Include Audio File Names in Banks.” As a result, it’s only worth doing is your project has _extremely_ tight resource requirements.

Thanks!
