Nazir Hussain
Nazir Hussain
@ArjunKarki wrap your audio file url into decodeURIComponent() function. ``` const audio = new Sound( decodeURIComponent(message.audio), null, error => { setLoadingAudio(false); if (error) { console.log('failed to load the sound', error);...
after so much debugging, research & development on StackOverflow and Github, nothing worked but then I got to know that there was a `space` in my project folder name, I...
same issue