Meta quest browser STT and TTS support.
The meta quest browser is currently on a lower version of chromium and the features like TTS and STT are not working on it. Does anyone know when the next update to the browser would come or at least how I can get the STT and TTS working on the quest browser before that update? Any help would be greatly helpful.541Views0likes0CommentsUnreal running SAPI on separate thread
Hi guys I am working on a POC for a VR retail store and AI assistant. It is my first time programming for Rift with UE4 and I am having difficulties working out how to run the actor that speaks through SAPI at the begging of the program in a separate thread. Basically what is happening is when the actor loads, SAPI says a few words but it basically freezes the thread, so there is a white screen whilst the speaking happens, and then it loads the rest of the program once the speaking stops. Code can be found below and also a video of it happening. Would be really cool if someone can point me to docs / examples on how to resolve this or can offer any advice, thanks in advance guys. https://www.youtube.com/watch?v=tiImtJB7Py4 https://github.com/iotJumpway/Oculus-Examples/blob/master/Rift/vrAIretail/Source/vrAIretail/TOA.hhttps://github.com/iotJumpway/Oculus-Examples/blob/master/Rift/vrAIretail/Source/vrAIretail/TOA.cpp668Views0likes1Comment