0

I have an app that plays online radio stations using MediaPlayer, but now I need to be able to record what I am listening and have a one minute buffer to re-listen.

With MediaPlayer I don't have access to the buffer so is useless to me, wich can be the best way to achieve that?

I use API >= 11.

Oriol Farrús
  • 31
  • 1
  • 4

1 Answers1

0

Audiotrack allows buffer access. Go to git search on "audioboo" for android project with implementation of that class .

Robert Rowntree
  • 6,230
  • 2
  • 24
  • 43