whisper_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

whisper flutter

Whisper Flutter #
Install library #
flutter pub add whisper_flutter
copied to clipboard
import library #
import 'package:whisper_flutter/whisper_flutter.dart';
copied to clipboard
Bagaimana Cara mengcompile whisper.cpp ke shared lirbary? #
Anda tidak perlu ribet mengcompile karena sudah automatis compile saat anda build aplikasi flutter
Quickstart #

Whisper whisper = Whisper();
var res = await whisper.request(
whisperLib: "libwhisper.so",
whisperRequest: WhisperRequest.fromWavFile(
audio: File(audio),
model: File(model),
),
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.