How to save python compatible audio file from JavaScript blob

后端 未结 0 1251
借酒劲吻你
借酒劲吻你 2021-02-06 02:26

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题