On Thu, Mar 12, 2015 at 6:02 PM, David DeHaven <david.deha...@oracle.com>
wrote:

>
> > One more question regarding this. Is it OK to have many instances of
> AudioClip or MediaPlayer if only a few of them actually play stuff or do
> they block audio resources even when they are stopped?
>
> You can have as many as memory will allow :) They don’t tie up hardware
> resources until actually playing. I actually recommend pre-loading
> AudioClips to avoid startup latency, especially if they’re fetched remotely.
>

Thanks for the info!

Reply via email to