Problems with OpenSL ES

Started by
0 comments, last by tom_mai78101 10 years, 2 months ago

Hello,

I have game where is audio subsystem written with OpenSL ES. It's works fine until

i try to show dialog window, As soon as i show dialog sound is stop playing.

After show dialog activity recieve onWindowFocusChanged( false ).

I tried to set audiofocus, run dialog window in same activity. For now I'm out of ideas.

Can someone give me some ideas where I can take a look and what to try?

Advertisement

Did you try running it in background thread? Did you separate the execution of your sound and the dialog (UI Thread)?

This topic is closed to new replies.

Advertisement