xuegao-tzx / whisper_flutter_new

A flutter library for offline speech-to-text conversion which use whisper.cpp models implementation for Android、iOS、macOS.
https://pub.dev/packages/whisper_flutter_new
GNU General Public License v3.0
11 stars 3 forks source link

Performance issues #1

Open xuegao-tzx opened 2 months ago

xuegao-tzx commented 2 months ago

Compared with the official Android example which only takes 2-3 seconds, this implementation takes 8-10 seconds, so there is room for performance optimization.