Results 90 comments of Towfiq I.

Same here... with Cordova 7

Hi, I am here to report that I made a premature comment before. it works fine with Cordova 7, the issue was with my end.

The dollar issue can be mitigated by converting the $ to string "dollar" and the number to words with something like this: https://www.npmjs.com/package/written-number before sending it to Google STT. As...

I will keep that in mind. Can you kindly look at the below list and see if I have placed the mouth shapes correctly: ``` /*A*/ ["P", "B", "M"], /*B*/...

I will look into it. Thanks for all your help! :smiley:

@lukas-mertens The simple array lookup was suffice for my project. So I am using the method I described above. For different language just swap the `cmudict.0.7a` English dictionary and with...

You can try IBM watson speech to text, you can get exact timestamp for each word which google speech to text doesnt. And rhubarb uses pocketsphinx which not that great....

1+ Same happening here. Reverse on Timeline animations not working at all.

This also happens when the session expires after 24 hours. Had to manually redirect the app to the auth url to reauthenticate the user to fix this issue.

Thank you so much. that fixed it! :)