arielfaur
arielfaur
I am also struggling with this, it works fine on iOS 11 even when the app is not running. But on Android it does nothing :(
@CzhCN1 Are you trying to access the `error` property of `WebAudioTrack` after stopping the track? Because stopping a track will release that instance and destroy the resources, therefore the audio...
There's no play event so far, only the `onFinish` event. But it may be a good idea to add it. What do you need it for?
Hi @Abhi0725 @betatools This repo is not maintained anymore, I don't have time to commit to this, sorry!
@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...
This still needs some test. It's a feature I haven't yet implemented.
Apparently there is a way to do that with HTML audio, but it is not implemented by the plugin. You could fork the plugin and add the method if you...
@tjohnson5 At the moment there is a way to catch the `onFinish` event when playback has finished, but currently there isn't a way to determine when a new track is...
Hi @arLevi Sorry about that, the documentation was outdated. I just completed the example : http://arielfaur.github.io/ionic-audio/2.0/index.html You can also download the code of the live demo here> https://github.com/arielfaur/ionic-audio-demo