RedHat-Israel / ROSE

ROSE project car race game
GNU General Public License v2.0
34 stars 125 forks source link

No sound on android #270

Closed nirs closed 3 years ago

nirs commented 6 years ago

When running the web UI on android 7, sound does not play. Maybe rose/res/soundtrack/Nyan_Cat.ogg should use another encoder?

@devmattrick any clue about this?

devmattrick commented 6 years ago

Android will only allow audio to be played if its initiated by a user gesture (much like how popup blockers work). I suppose the only real solution is to allow it to be toggled on with the mute/ unmute button.

nirs commented 6 years ago

Sound on/off button will solve this issue then. Do you plan to respin your patches for #231?

EgorLu commented 4 years ago

https://github.com/RedHat-Israel/ROSE/pull/330 might solve this as well.