↧
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 ArticleNot 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