Using ngAudio as a global player within a player wrapper directive
Closed this issue · 1 comments
phil-hudson commented
Hey there.
I'm having some trouble using ngAudio as a global player (singleton). I've created a player component that will interact with ngAudio but am struggling with scoping and duplicate scope. I'm finding that when loading/playing new tracks, instead of replacing the existing track a new track will be added.
Basically:
I want to be able to interact with ngAudio as a singleton from a directive scope.
Do you have any examples of how this can be achieved please?
Thanks :D
Ilya-Hubich commented
Hi.
I'm also interesting in ability to use ngAudio as a global player (singleton).
Or I wanna have only one "Audio" instance or the way to destroy it.
Do you have any documentation or examples?