java - mediaplayer play sound too loud -


i've written code when event occurs, plays mp3, when happens, sound loud, , cannot made lower smartphone's buttons...

i did

mediaplayer mpok;  mpok = mediaplayer.create(this, r.raw.ding);     try {         mpok.prepare();     } catch (illegalstateexception e) {         // todo auto-generated catch block         e.printstacktrace();     } catch (ioexception e) {         // todo auto-generated catch block         e.printstacktrace();     } 


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -