luxeengine / alpha

alpha - deprecated 2015~2016. unrelated to the new engine! view the new engine here - https://luxeengine.com/
MIT License
565 stars 74 forks source link

Android audio #381

Closed ghost closed 8 years ago

ghost commented 8 years ago

So, i have a problem: sounds on android dont working. Instead them i hear only loop of half second of begining.

I took a code from samples on luxe site

theme = Luxe.resources.audio("assets/shop.wav"); theme_handle = Luxe.audio.loop(theme.source);

P.S. Sry for my english.

ruby0x1 commented 8 years ago

Can you run luxe/tests/features/audio and see if you see the same?

ghost commented 8 years ago

No, there everything is ok!

Omg, it was my mistake: I put unpause function to update. But, why it worked with web version and didnt work on android?

ruby0x1 commented 8 years ago

I'm not sure exactly, if you can make a simple test that shows the error I can have a look for you