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

Load audio from url #2

Closed
zhusupq opened this issue Aug 1, 2023 · 3 comments
Closed

Load audio from url #2

zhusupq opened this issue Aug 1, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@zhusupq
Copy link

zhusupq commented Aug 1, 2023

No description provided.

@alnitak alnitak added the enhancement New feature or request label Aug 1, 2023
@alnitak
Copy link
Owner

alnitak commented Aug 1, 2023

Unfortunately the SoLoud lib doesn't have this feature available.
I close this for now, but soon or later I will try to find a way to implement this.

@alnitak
Copy link
Owner

alnitak commented Aug 1, 2023

I reopen this. In issue #4 we discuss to add some tools with play from url included.
Regarding my previous comment, it will imply that the audio must be downloaded before playing it, no streaming feature will be possible for now.

@alnitak alnitak reopened this Aug 1, 2023
@alnitak
Copy link
Owner

alnitak commented Aug 1, 2023

the new PR adds also this enhancement.
You can now do

SoundProps? s = SoloudLoadingTool.loadFromUrl(
      'https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3',
);

to load a network sound

@alnitak alnitak closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants