I have a .wav format audio byte array stored inside a blob. In ReactJS, do we have any libraries to visualize the data inside a blob?
Backend
Fs.readfile(audiofile, data);
UI
Const blob = new blob(new Uint8arr(response.arraybuffer); Const url = URL.creatrObjectURL(blob);
Sample visual: