I need to implement Speech to Text in Tauri (I support only windows)
I am aware of SpeechRecognition web api, MDN said Edge support it but caniuse said it is not
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
https://caniuse.com/speech-recognition
I have tried it my self and found the Edge support SpeechRecognition in Windows but not on macOS
but the very sad problem it did not worked for me in Tauri webview2