char5742 / flutter_silero_vad

This is an unofficial plugin for calling the Silero VAD ONNX model in Flutter.
Other
28 stars 15 forks source link

fix: Allow building for iOS simulator #10

Closed bayasdev closed 6 months ago

bayasdev commented 6 months ago

Fixes https://github.com/char5742/flutter_silero_vad/issues/9

char5742 commented 6 months ago

Thank you for your contribution! After reviewing the changes, I agree that the settings 'DEFINES_MODULE' => 'YES' and 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' are not necessary for our current project configuration.

I will merge your PR.