Stefan4472 / GalaxyRun

A space-themed infinite runner for Android
GNU General Public License v3.0
0 stars 0 forks source link

Support multiple sound streams in SoundPlayer #166

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 1 year ago

SoundPlayer currently uses a SoundPool with a single stream. This means that sounds get cut off if there is more than one sound being played at the same time. We should actually have multiple streams and choose an empty stream to play in.