I have created a blob of audio obtained from a microphone in the browser and send this blob URL to Controller.
How should I fetch the audio file from blob URL in C#?
I have created a blob of audio obtained from a microphone in the browser and send this blob URL to Controller.
How should I fetch the audio file from blob URL in C#?