I searched the forum and came up with:
-reduce cpu abuse as much as possible
-lower kFPS
as ways to minimize power consumption. Any other tips out there or is that pretty much it? How heavy is audio etc? TIA…
disable the input you don’t need. the input handling is a pretty costly thing.
use WWW / sockets only when you really need them. The 3G as well as the WiFi module are pretty heavy battery hogs (only beaten by cpu and gpu)
Audio: uncompressed is pure cpu so it is heavier, compressed is on the dedicated chip and as you know by apples time tables on the various usages and battery runtimes, its pretty light compared to other things.
cool thanks!