Describe the bug
useEffect(() => {
// Load > From > URL
soundPlayer.loadUrl("https://whatsapp-cloud.s3.ap-northeast-1.amazonaws.com/file_example_MP3_700KB+(1).mp3")
// I need call soundPlayer.play(), IT WONT PLAY BUT WILL MAKE SURE getInfo {"duration":0,"currentTime":0} does not happens
// Why is that??
soundPlayer.play()
}, []);
To Reproduce
Expected behavior
soundPlayer.loadUrl() ACTUALLY loads the URL, not returning {"duration":0,"currentTime":0} when .getInfo() is CALLED
Platform (please complete the following information):
Additional context
Describe the bug
To Reproduce
Expected behavior
soundPlayer.loadUrl()ACTUALLY loads the URL, not returning{"duration":0,"currentTime":0}when.getInfo()is CALLEDPlatform (please complete the following information):
Additional context