Babilinski / vosk-stt-unity

An implementation of Vosk's offline speech to text library in Unity for Windows and Android
Apache License 2.0
69 stars 17 forks source link

Oculus port and streaming STT? #1

Open bryandickson opened 3 years ago

bryandickson commented 3 years ago

Thanks for this project! Very promising work! I'd like to look into 1) porting this to Oculus and 2) supporting streaming STT. Do you have any branches/work or advice to share on either?

Babilinski commented 3 years ago

I do not plan on porting this to the Oculus however it should be pretty straight forward. I would recommend that you reference the Magic Leap branch since it has a few bug fixes.

Regarding streaming, are you referring to auto voice detection? I do not plan to extend this feature but this project does include one of my earlier attempts to detect voice, however it was developed quickly and the detection is buggy.