voice icon indicating copy to clipboard operation
voice copied to clipboard

Customizing for offline iOS recognition.

Open sleep9 opened this issue 2 years ago • 1 comments
trafficstars

I am trying to customize this package to work only on device and not on the cloud.

if (@available(iOS 13, *)) {
self.recognitionRequest.requiresOnDeviceRecognition = YES;
}

adding this code to setupAndStartRecognizing function causes onSpeechResultsHandler to fire twice when recognizing. Any chance we could get offline mode support for iOS?

sleep9 avatar Sep 08 '23 00:09 sleep9

hey man im also looking for a solution to make it work offline on ios....as its working offline on android..pls let me know if you ever find a fix for it

codding123vbf avatar Feb 21 '24 12:02 codding123vbf