Loading audio data without an url
#3988
Answered
by
katspaugh
arximboldi
asked this question in
Q&A
-
Hi! I an trying to use this library for drawing waveforms for synthesized audio and other sources, where I have the channel data but no url. When I do
Is there a way to avoid such warnings? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
katspaugh
Jan 6, 2025
Replies: 1 comment 1 reply
-
For me, it doesn't show a warning but you could try passing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arximboldi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For me, it doesn't show a warning but you could try passing
undefined
instead of''
, or an empty data-URI likedata:audio/wav;base64
.