vosk-flutter icon indicating copy to clipboard operation
vosk-flutter copied to clipboard

[Question] Using vosk in isolate

Open docaohuynh opened this issue 1 year ago • 1 comments

Hi! I try to use vosk on flutter isolate but got error Binding has not yet been initialized. Is there any way to use vosk in other isolate?

docaohuynh avatar Nov 09 '23 11:11 docaohuynh

Did you get it to work? Can you share your code? You need to initialize the model inside the isolate. Since the Flutter isolate doesn't work with plugin directly, you may want to try flutter_isolate package.

jdevp avatar Jun 19 '24 13:06 jdevp