So it appears that including a *stream from disk* audio file in an Asset Bundle is a big memory hog. It looks like the whole track is loaded into memory uncompressed.
The answer is to compress music in memory and to avoid direct references in the scenes, rather load them from an individual track bundle when needed.
↧