mozilla-deepspeech-flutter icon indicating copy to clipboard operation
mozilla-deepspeech-flutter copied to clipboard

Mozilla DeepSpeech in flutter using Dart FFI

Results 2 mozilla-deepspeech-flutter issues
Sort by recently updated
recently updated
newest added

Bindings updated to support the entire deepspeech API using ffigen (see issue https://github.com/ManuSekhon/mozilla-deepspeech-flutter/issues/5) Main changes: - ffi and ffigen updated to their last versions - Added deepspeech.h header from deepspeech...

Most speech recognition libraries available in pub.dev can't process audio files as they just use the speech recognition capabilities provided by android or ios. Therefore, this project seems quite interesting...