Jonas Schlauch
Jonas Schlauch
@blaugold i am no sure about the docs is it only the overview page which needs an update?
Any updates on this?
@blaugold @Salakar can some check this pr?
What is the recommended way to integrate the vosk ios build into a flutter app?
Hi thanks for the reply. I obtained the iOS library. When attempting to use the .h file describing the API through FFI, i encountered missing symbols "image not found" error...
@sergsavchuk Thanks a lot for the response Im still running into an error following the guide u mentioned using the following `my_flutter_app/ios/libvosk.podspec` Inspired by [this](https://docs.flutter.dev/platform-integration/ios/c-interop#closed-source-third-party-library) and [this](https://github.com/CocoaPods/CocoaPods/blob/master/examples/Vendored%20Framework%20Example/Example%20Pods/VendoredFrameworkExample.podspec) ```podspec Pod::Spec.new do...
@nshmyrev is it possible to get a version of vosk-ios containing dynamic libs instead of static ones. Dart FFI seems to not support static libs.
> Will it fix issue when whole stack is popped instead if one page by swipe back ? Yep
I tried to modify the dart example from file but could not make it work for streaming. I get the audio from mic via https://pub.dev/packages/flutter_sound but it never detects any...