arielfaur / ionic-audio

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
http://arielfaur.github.io/ionic-audio/2.0/index.html
MIT License
321 stars 163 forks source link

Feature Request : Repeat audio track feature (ionic v2) #68

Open uzumakinaruto123 opened 8 years ago

uzumakinaruto123 commented 8 years ago

Is it possible to add repeating audio track feature ? Like if user has enabled it ,then current track will just keep repeating unless and untill user stops it or disables repeat.

or is it already implemented ?

Thanks.

arielfaur commented 8 years ago

@uzumakinaruto123 it is not yet implemented. I am the sole maintainer of this plugin and unfortunately I don't have a lot of time right now. But I will see if I find time to look into it.

uzumakinaruto123 commented 8 years ago

No worries . I think i will need to do some manual work. anyways , I just wanted to make a post about it , since its a common audio player feature. take your time. :+1:

tbergeron commented 7 years ago

This could be easily be implemented via controller code instead of a built-in IMO. I see this package more like a simple audio player to build around and less like a complete audio playback / playlist solution.