0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.