joetde / LucyTheMoocher

Tiny Android 2D platform game.
MIT License
0 stars 0 forks source link

Sound should be played without headphones #19

Closed joetde closed 10 years ago

joetde commented 10 years ago

It seems that the sound is not played without the headphones (???). Also it is not possible to change the sound level via volume buttons, this is probably related.

joetde commented 10 years ago

It is played, but cannot be changed during in-game.

joetde commented 10 years ago

This is due to the SoundsPool instead of using MediaPlayer. The idea was to be able to slow down the sound. I don't think it is a requirement anymore. Maybe worth a redesign of the sound. Slow down and partition splitting can be added later on.