[android-developers] Re: Mediaplayer cuts off early

2011-01-26 Thread dirk
I've seen the case where on some devices (like the Nexus One and the Evo) where the while audio track gets played, but the current play time is not reported correctly. Similarly, the duration gets reported correctly. Is that the case here? On Jan 25, 9:40 am, Hank wrote: > I don't get any excepti

[android-developers] Re: Mediaplayer cuts off early

2011-01-25 Thread Hank
So I found out that my MediaPlayer was being garbage collected so that was causing it to end early. On Jan 25, 12:40 pm, Hank wrote: > I don't get any exceptions and the log doesn't provide any > information. I am trying to play a amr file > > On Jan 25, 12:17 pm, TreKing wrote: > > > On Tue, Ja

[android-developers] Re: Mediaplayer cuts off early

2011-01-25 Thread Hank
I don't get any exceptions and the log doesn't provide any information. I am trying to play a amr file On Jan 25, 12:17 pm, TreKing wrote: > On Tue, Jan 25, 2011 at 10:02 AM, Hank wrote: > > I have a recording that is around 4 minutes and when I try to play it using > > the MediaPlayer API, it d