iphone - How to reduce size of my adHoc build -


i using many images , music in app..

the music short in duration large in size .. sound in .caf format

i have many sounds

that why adhoc build size reached 35mb.and still have add more.

i using in creating system sound...

like

    nsurl *tapsound   = [[nsbundle mainbundle] urlforresource: @"sound1"                                             withextension: @"aif"];  self.soundfileurlref = (cfurlref) [tapsound retain];  audioservicescreatesystemsoundid (                                        soundfileurlref,                                       &soundfileobject                                       ); 

i have tried use mp3 or wav sound here not working.

kindly help

@kumar sonu:

try compressing sound files , compress images if possible.

note: compressing audio files may deteriorate sound quality , may decrease kbps

hope helps you.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -