What file size for online Games? - Social Sound Design most recent 30 from http://socialsounddesign.com 2013-05-23T08:13:54Z http://socialsounddesign.com/feeds/question/13769 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://socialsounddesign.com/questions/13769/what-file-size-for-online-games What file size for online Games? Missing-Link 2012-05-01T13:48:49Z 2012-05-01T17:25:23Z <p>Hi All</p> <p>I am new here and apologise if this has bee asked before, but I was wondering the following.</p> <p>How big would you have a music file in size?</p> <p>What MP3 settings would use to achieve this? </p> <p>What length in minutes would you envisage each song/music section to be? </p> <p>I have a 12-minute file and at the moment is at 4.7mb but I would like it as small as possible. I was thinking of cutting it up into sections and getting the person that is coding it to loop the parts but mp3's I don't think like that!!!!</p> <p>Any help would be fantastic </p> <p>Cheers</p> http://socialsounddesign.com/questions/13769/what-file-size-for-online-games/13770#13770 Answer by Mark Durham for What file size for online Games? Mark Durham 2012-05-01T14:17:17Z 2012-05-01T14:48:57Z <p>Ask the programmer. They will be able to tell you for sure, everyone here can only speculate. Don't feel like you're bothering them, it's a completely reasonable thing to ask.</p> <p>Max size, file type, compression can be hugely variable. </p> http://socialsounddesign.com/questions/13769/what-file-size-for-online-games/13774#13774 Answer by Matthew M for What file size for online Games? Matthew M 2012-05-01T17:25:23Z 2012-05-01T17:25:23Z <p>It really really varies. And your programmer is going to be the one to answer it. Every game on a different platform is going to be different.</p> <p>It used to be audio would get 10% of resources (RAM, disk space, CPU...) but even that changes and has never been constant.</p> <p>And yes, MP3 does not like to loop. It pads files to fit the block size it needs which is just enough to cause ticks. Ogg does not have the same problems and might be a more viable option if you need to loop music seamlessly.</p>