HugoMatilla / AudioPlayerView

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

Is the file downloaded locally ? #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

In the readme file you mentioned that the files are downloaded, are they downloaded locally to give direct access to the user?

HugoMatilla commented 8 years ago

No, the audio is not downloaded. It loads the audio from the url bia stream.

mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
ghost commented 8 years ago

@HugoMatilla thank you for clarification. Is it possible to add some additional functionalities to the library?

like playing music on lock screen image

and playing control in the notification image

HugoMatilla commented 8 years ago

The the library aim to easily play small audios on applications. It was never to be a media player. If you want to build a media player I suggest to you to follow the official tutorials