So I have been working on a two way conversation (verbal with my GPT) I have it working perfect in local, when I add it to azure my speech to text breaks, but the text to speech works and is amazing.
The text to speech is done through the Azure Speech services, seemless really good.
The speech to text is HTML5 (WebTK) or something, the standard HTML5 library (doesn’t work on my azure VM)
No Problem I’ll use speech to text in azure speech services, problem!!
After much tweaking and non success I realized that I needed a secured connection, set up a secured connection (and a password was set in the PFK so can’t access the PEM Cert+Key, which I need for part of the set up).
That aside the thing that I thought would be difficult (text to speech) was a cakewalk.
And the thing I thought was a cakewalk (speech to text) has proven to be stuff of nightmares.
Anyone got any pointers to over come this current roadblock?