neural_tts 0.4.0 copy "neural_tts: ^0.4.0" to clipboard
neural_tts: ^0.4.0 copied to clipboard

PlatformAndroid

On-device neural TTS engine for Flutter. Supports Kitten, Kokoro, Supertonic, and System OS TTS via native ONNX Runtime.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add neural_tts

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

dependencies:
  neural_tts: ^0.4.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:neural_tts/neural_tts.dart';
0
likes
150
points
89
downloads

Documentation

API reference

Publisher

verified publishermomin.pro

Weekly Downloads

On-device neural TTS engine for Flutter. Supports Kitten, Kokoro, Supertonic, and System OS TTS via native ONNX Runtime.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, audioplayers, dio, espeak, flutter, flutter_onnxruntime, path_provider, phonemize, plugin_platform_interface

More

Packages that depend on neural_tts

Packages that implement neural_tts