Audio compression make the file bigger

As title says. I am exporting some mp3 files (tried ogg and wav also, still same problem) and imported size is bigger than original size when i check in inspector. My project is for WebGL.168372-unity-2020-09-29-18-04-09.png

168373-unity-2020-09-29-18-04-22.png

Couldnt fix and finally i tried all setting combinations. Still same. If original files has a problem like as sample rate, bit rate and whatever they called, i would like to hear how can i optimize my files before import.

Now my 90% of my project size is occupied by sounds files.

1 Like

3 Answers

3

any solution ? I also have this problem .

Did you ever find out why this is?

Solved the problem by deleting Library folder. Still relevant. Unity 6.1 WebGL. My problem was that i had one mp3 file 4.3mb original size and it would not go lover than 3 mb imported size on any compression options, even if i encode the file by myself to ogg vorbis mono 1mb size or mp3 1mb it would still show more in imported file size section, but deleting Library folder solved it now it compresses correctly inside unity editor atleast, maybe its related to changing project version.