I need an Audio Recorder in Blazor. I found a code in github that you can see live demo in the following link:
https://arvinboggs.github.io/AudioRecorderLive/
The main problem I have is that when I download the recorded audio file with Google Chrome, nothing is saved in the saved file and its length is 00:00. But if I download the same file in Mozilla Firefox, the file is completely saved and I can play it. I also have this problem with Microsoft Edge and the saved file does not play any sound.
Do I need to enable settings in Google Chrome to save the file correctly?
My version of Google Chrome is Version 127.0.6533.73 (Official Build) (64-bit)