Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any way to have two audioProvider? #207

Open
yimity opened this issue Nov 28, 2018 · 0 comments
Open

Are there any way to have two audioProvider? #207

yimity opened this issue Nov 28, 2018 · 0 comments

Comments

@yimity
Copy link

yimity commented Nov 28, 2018

think so.
a audioProvider was inject in app.html(app.component.ts), and has some tracks.
so the this.audioProvider.tracks has some audios, such as [1,2,3],

then nav to a page b, and the page b also has a audioProvider, inject by page b.
this.audioProvider.tracks in page b also has some audios like [4, 5];

so, at least, the this.audioProvider.tracks has audios as [1,2,3,4,5];

can any way to have two independent this.audioProvider.tracks?

thank you very much.
this is a very great plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant