Not getting the transcript #112
Replies: 3 comments 1 reply
-
Hi @nicolasguasca1 I reproduced your code and it produced a transcript in Chrome. So your code is working as expecting. Note that, for the most part, only Chrome supports the Web Speech API, which is where
to
to detect browser support correctly. Alternatively, you can use the Some questions:
|
Beta Was this translation helpful? Give feedback.
-
Hi @nicolasguasca1 Glad that helped! I notice in your new code, you have added your own
You do not need to manage
|
Beta Was this translation helpful? Give feedback.
-
I tried copying the same code as above (both the iterations of nicolas's code) but I still get an empty transcript. I am working with React and Electron trying to make an app that will run on MacOS. Any suggestions on what else to try? |
Beta Was this translation helpful? Give feedback.
-
Hello! I was starting to interact with this hook and I haven't been able to get the transcript yet. Im not sure how to enable the microphone to start listening. Any help will be much appreciated!
Here is what I have:
and the the rendering component:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions