-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Generate the wave from URL. #39
Comments
Does the file play normally in an AVPlayer? That message typically comes up when the media format is not supported for instance.
Is the URL for the file you’re trying to use publicly available? If so, could you paste it here? I could try and have a look myself then.
…On 17. Aug 2022, 12:33 +0200, sanketk2020 ***@***.***>, wrote:
Hello,
I tried by downloading the audio file and saving it locally and then assign the URL to WaveformView but I get no results.
I get this error : ERROR loading asset / audio track
Is there any other way to generate the wave from the URL?
Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Also, did you have a look at this: scaffolded example for downloading a remote URL from issue #22 ? |
Closed due to inactivity. Feel free to re-open if this is still an issue. |
Yes, the file plays normally in an AVPlayer but I had an issue with accessing the URL;
but then I realize and change the way of accessing the URL like this
and this way works like charm. Anyways thanks for the reply. |
I'm glad to hear it works now :) |
Hello,
I tried by downloading the audio file and saving it locally and then assign the URL to WaveformView but I get no results.
I get this error : ERROR loading asset / audio track
Is there any other way to generate the wave from the URL?
Thanks
The text was updated successfully, but these errors were encountered: