I am trying to save an audio blob to the backend. Here is an audio blob
const blob = new Blob(chunks, { \'type\' : \'audio/wav; codecs=0\' });
H