Skip to content Skip to sidebar Skip to footer
Showing posts with the label Media Player

Recording Audio And Playing Audio At The Same Time

In my application i am recording input from the microphone and at a certain point i am playing a so… Read more Recording Audio And Playing Audio At The Same Time

How Do Android Mediaplayers Continuing Playing Songs When App Is Closed?

Wondering how next songs are played once app is closed as if playing an entire CD or playlist... So… Read more How Do Android Mediaplayers Continuing Playing Songs When App Is Closed?

Android: How Get Error Of Media Player And Use It?

I use SurfaceView for video player If in stream not load video , in logcat view error info(701,0) H… Read more Android: How Get Error Of Media Player And Use It?

Mediaplayer.seekto() Does Not Work For Unbuffered Position

I use MediaPlayer for playing a single mp3 song from network. Data source is a HTTP URL. Let's … Read more Mediaplayer.seekto() Does Not Work For Unbuffered Position

Problems With Media Player

Alright so, I am making sound application for android and there is a slight problem. I made my app … Read more Problems With Media Player

Playing An Pre-recorded Audio File To Somebody Over A Call

I understand that even though the AudioManager.STREAM_VOICE_CALL is available in the SDK for androi… Read more Playing An Pre-recorded Audio File To Somebody Over A Call

Oncompletion Listener With Mediaplayer

How do i use the OnCompletion listener for some music? I would like to press a button to go to anot… Read more Oncompletion Listener With Mediaplayer

Unable To Play Sound Using Android Mediaplayer In Dialog?

I'm trying to play sound in a dialog. But somehow, it doesnt work. I'm not sure whether it&… Read more Unable To Play Sound Using Android Mediaplayer In Dialog?