kittentts 0.1.0 copy "kittentts: ^0.1.0" to clipboard
kittentts: ^0.1.0 copied to clipboard

On-device KittenTTS speech synthesis for Flutter, powered by flutter_onnxruntime.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kittentts

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

dependencies:
  kittentts: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:kittentts/kittentts_flutter.dart';
import 'package:kittentts/kittentts_flutter_web.dart';
0
likes
130
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

On-device KittenTTS speech synthesis for Flutter, powered by flutter_onnxruntime.

Repository (GitHub)
View/report issues
Contributing

Topics

#tts #onnx #on-device #speech

License

Apache-2.0 (license)

Dependencies

archive, ffi, flutter, flutter_onnxruntime, flutter_web_plugins, http, path, path_provider

More

Packages that depend on kittentts

Packages that implement kittentts