# Size of Resonance Audio lib after update fmod to 2.02.04

**URL:** https://qa.fmod.com/t/size-of-resonance-audio-lib-after-update-fmod-to-2-02-04/18457
**Category:** Unity
**Tags:** android, unity
**Created:** [March 3, 2022, 8:46am UTC](https://qa.fmod.com/t/size-of-resonance-audio-lib-after-update-fmod-to-2-02-04/18457 "2022-03-03T08:46:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mrak77](https://avatars.discourse-cdn.com/v4/letter/m/7993a0/32.png) [@mrak77](https://qa.fmod.com/u/mrak77)
#### Post date: [March 3, 2022, 8:46am UTC](https://qa.fmod.com/t/size-of-resonance-audio-lib-after-update-fmod-to-2-02-04/18457/1 "2022-03-03T08:46:42Z")

</div>

Hello.  
I update fmod plugin to version 2.02.04 and noticed a strong increase in the size of the library "libresonanceaudio.so " for “armeabi-v7a” (650KB → 25MB). At the same time, there were no changes in the file size for other platforms.

 ![1](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/a/a7f916e571fdbe24eb98ee6c1e40482f1c08aca6.png)  
 ![2](https://canada1.discourse-cdn.com/flex036/uploads/fmod/original/2X/c/cc26d29c8969697dc1b40b5a5817ddddbfc40509.png)  
This is relevant for both Unity and Unreal.  
Resonance audio plugin on github [GitHub - resonance-audio/resonance-audio: Resonance Audio Source Code](https://github.com/resonance-audio/resonance-audio), has a small size for this platform (~450 KB)

I’m not sure but it looks like a bug. If this is not the case, what is the reason for such a change in size?

---

<div class="post-metadata">

### Author: ![Andrew](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/andrew/32/261_2.png) [@Andrew](https://qa.fmod.com/u/Andrew)
#### Post date: [March 4, 2022, 4:31am UTC](https://qa.fmod.com/t/size-of-resonance-audio-lib-after-update-fmod-to-2-02-04/18457/2 "2022-03-04T04:31:28Z")

</div>

Debug info was accidentally included in that .so. Our next release will have that debug info removed. For now, you can just strip the debug info from the .so that you have.
