android - how to compress my mp3 files to reduce apk file size? -


i'm developing android application has on 111mb of mp3 files.

i need compress these files , put them in package (like raw folder) , after app installed on device, decompresses files use them.
how this? possible?

you can reduce mp3 file size reducing bit rate. reducing bit rate result in smaller file size lower quality, have check works best you. can improve quality using variable bit rate (vbr) instead of constant bit rate (cbr).

you can using software such audacity.


Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -