Right now I am creating a voice search feature. So the plan is I will record the audio using ReactJS, convert the Blob file into a .wav file. Then once the file is created I will save it locally on my desktop. Once the file is on the desktop, I will use the OS module in python to access the file on my desktop to interpret the audio file into text.
So everything is essentially done, the only problem that I am having is I can't figure out how to use ReactJS to save the file on my desktop.
Can someone please help me with this?