Audio when un packed uses a noticible amount of memory. What is 3mb in a file may end up using 20mb+ in memory. This is innefecient and poor design to include 10 unique sound files that are only used on one layout for 2% of the game, yet is loaded for 98% of the game play.
it's best to to hold up the load per layout and load the sound files used in that layout.