When the app is first started, the start sound doesn't play. This is most likely due to the sound not yet being loaded in the SoundPool when the play method is called. We need to add a splash screen or other delaying mechanism to wait for that sound to be loaded before attempting to play it.
When the app is first started, the start sound doesn't play. This is most likely due to the sound not yet being loaded in the SoundPool when the play method is called. We need to add a splash screen or other delaying mechanism to wait for that sound to be loaded before attempting to play it.