steelejay / LowkeySpeech

Google Speech API in Unity (C#)
43 stars 19 forks source link

Transcript not showing, empty jsonresponse (never enters) in GoogleVoiceSpeech line 141. #9

Open EAPantsios opened 5 years ago

EAPantsios commented 5 years ago

Hey, first of all thank for the asset. It works all they way untill the jresponse if statement at line 141. The transcript from the debug Result at line 202 is correct so the speech api is working, but the transcript never gets to be shown. I inserted a debug inside the jresponse if statement but it doesnt enter which means the jresponse is always = null.

bala9578 commented 3 years ago

The response is null, so i change it and make it shorter. Try this one. Just replace the GoogleVoiceSpeech.cs in your project. GoogleVoiceSpeech.zip