Closed Stefan4472 closed 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.
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.