vosk-flutter
vosk-flutter copied to clipboard
[Question] Using vosk in isolate
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?
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.