Quantcast
Channel: Not able to play Sound with this code - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by rosco for Not able to play Sound with this code

Maybe you're trying to play unsupported format.Do you know what fails? : new, setDataSource, prepare, start ... moreover IOException tells you there is something wrong with input file, such...

View Article


Not able to play Sound with this code

I am using below code in my app to play the Sound.But i am not able to play it.Whats the Problem ??Code:public void playSound(int resources){ try{ boolean mStartPlaying = true; MediaPlayer...

View Article

Browsing all 2 articles
Browse latest View live