Good day!
In my project, I have an Axios request which returns a raw wav data inside response.data. How do I create a wav file from that raw data and then download it into the browser?
When I visit the URL with browser, it automatically downloads the wav file. But when I use Axios request with that URL, the response.data looks like the image above. How do I download that into a wav file?
Thank you in advance!