whisper_dart 0.0.11 copy "whisper_dart: ^0.0.11" to clipboard
whisper_dart: ^0.0.11 copied to clipboard

Openai library whisper unofficial for recognition audio to text without heavy gpu, support server side and client side.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add whisper_dart

With Flutter:

 $ flutter pub add whisper_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  whisper_dart: ^0.0.11

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:whisper_dart/whisper_dart.dart';
41
likes
150
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

Openai library whisper unofficial for recognition audio to text without heavy gpu, support server side and client side.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, ffmpeg_dart, galaxeus_lib, universal_io

More

Packages that depend on whisper_dart