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
18 stars 6 forks source link

Optimization ? #6

Open tempo-riz opened 2 months ago

tempo-riz commented 2 months ago

Hey I can see your code is highly inspired from whisper_flutter_plus, in what way it is more optimized ?

xuegao-tzx commented 2 months ago

Mainly added some compilation parameters, adapted to Android, etc, and optimized the examples

xuegao-tzx commented 2 months ago

Also including some parameter fine-tuning in C++