Just wondering what happens if we create and then destroy sound instances, can it then create a new one? Like, we create 512 sound objects and destroy 2. Does that mean we can create 2 new ones? Or should we create a pool similar to a thread/task pool?