I have .wav file, placed on "http://yy.zz/1.wav". How can i fetch it with base64 encoding on client-side javascript?
getFile('http://yy.zz/1.wav', (file) => {
console.log(getBase64File(file)); // profit
});
I have .wav file, placed on "http://yy.zz/1.wav". How can i fetch it with base64 encoding on client-side javascript?
getFile('http://yy.zz/1.wav', (file) => {
console.log(getBase64File(file)); // profit
});