const response = await Axios.post(. 'link/v1/synthesize', ... const blob = new Blob([response.data], { type: 'audio/mpeg' }); ... saveAs(blob, 'file.mp3');.
確定! 回上一頁