How to Enable and Test Voice Recognition on webOS OSE?

Hi everyone,

I am currently exploring voice integration features for a smart display project running on webOS OSE (latest version). I have been going through the documentation but couldn’t find a straightforward guide on how to enable voice recognition or test any built-in capabilities, if available.

My questions are:

Does webOS OSE natively support voice recognition modules or services: ??

If not, is there any recommended way to integrate external libraries like PocketSphinx, Vosk, or even cloud APIs like Google Speech-to-Text: ??

Any tips or sample apps that demonstrate microphone access and real-time voice input handling: ??

I would appreciate it if anyone can point me to examples, GitHub repos, or your own implementation experience. I am aiming for a lightweight and offline-friendly setup.., if possible. I have also read this thread https://forum.webosose.org/t/text-to-speech-in-a-web-app-sql training in pune
but still looking for some more help.

Thanks in advance for your help !!

With Regards,
Derek

In earlier versions of webOS OSE, there were attempts to include AI-related services, but due to internal circumstances, further support has been discontinued. If you want to run services with AI capabilities, we recommend using a different platform.

Thanks