HugoMatilla / AudioPlayerView

AudioPlayerView is an Android view that loads audio from an url and have basic playback tools.
85 stars 20 forks source link

Audio progress bar #1

Closed filpgame closed 6 years ago

filpgame commented 8 years ago

Hello, First of all, thanks for this great library. Simple, beautiful and easy to use. I'd like to know if this lib have some kind of a ProgressBar or SeekBar for the audio? Thanks.

HugoMatilla commented 8 years ago

Hi @filpgame thanks for comment.

The main idea of the library was for the use of small audios so the use of a progress indicator is not needed. In any case I think it will be a good idea to have more options. I will consider to add it.

In the meantime you can check the library and try to extend it, is just one class so it won't be difficult to understand. To get the progress and the duration of the audio take a look at getCurrentPosition and getDuration.

If you get it working, just make a pull request to have it in the library. :)

diegolucasb commented 7 years ago

@filpgame please take a look at https://github.com/diegolucasb/AudioPlayerView/