I tested MS SAPI samples like DictationPad and I don't see particular lag
does another local/offline 'api' have less lag than: Windows.Media.SpeechRecognition?
does Microsoft Speech Platform -- ISpRecoContext [Microsoft Speech Platform Microsoft Speech Platform Native Code API] perform better?
i am using the windows crate with rust -- for the following. it seems like there is some lag with that api for Windows.Media.SpeechRecognition
the "voice access" app has similar lag too during dictation. but it is NOT known what API it's using: Windows.Media.SpeechRecognition???
F.Y.I. i am NOT interested in the 100% cloud api but would possibly try out the win32 -- ISpRecoContext
does another local/offline 'api' have less lag than: Windows.Media.SpeechRecognition? am open to an MacOS Apple solution as i've already done some research and investigation into that but the "cost of entry" for current hardware is like 4 times higher!!!
i have limited experience with -- win32 api. however was learning Swift for MacOs