NEW 251939
[Meta][GTK][WPE] Implement SpeechRecognition API
https://bugs.webkit.org/show_bug.cgi?id=251939
Summary [Meta][GTK][WPE] Implement SpeechRecognition API
ChangSeok Oh
Reported 2023-02-08 11:55:11 PST
I will explore and examine possibilities for bringing SpeechRecognition to the gtk/wpe port in this bug.
Attachments
ChangSeok Oh
Comment 1 2023-08-23 12:13:02 PDT
My working branch is https://github.com/shivamidow/WebKit/tree/eng/prototype-speech-to-text-with-whisper. It is close to being ready for review. For those who are interested, I leave build instructions. Once you add my branch to your repo, $ git submodule update --init $ cd Source/ThirdParty/whisper.cpp $ make base.en # download language models, English only now. $ cd ../../.. $ Tools/Script/build-webkit --gtk Once webkit is built, $ WEBKIT_WHISPER_MODEL_PATH=Source/ThirdParty/whisper.cpp/models Tools/Scripts/run-minibrowser --gtk https://www.google.com/intl/en/chrome/demos/speech.html And enjoy!
Note You need to log in before you can comment on or make changes to this bug.