using Web Speech API on linux #8784
social-booster-ba
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! Hope you are doing great. I have developed a Tauri app with Next js that uses Web Speech API for text to speech and speech recognition. The windows bundle works perfectly but when I try it on linux the window.speechSynthesis is undefined. Does anyone know what would the best way to approach this would be? My goal is to use the app on raspberry.
Ideas I have looked for:
-Web Speech API alternatives for react (not found)
-Running the windows bundle with WineHQ (fails to install webview2)
-Installing WebView2 with WineHQ (instalation fails)
-My last resort would be installing windows arm but I understand audio drivers do not work properly.
I will very much appreciate any help you can give me. Thank you all!
Beta Was this translation helpful? Give feedback.
All reactions