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

A Flutter plugin for text-to-speech audio file conversion with background processing support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audiocraft

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

dependencies:
  audiocraft: ^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:audiocraft/audiocraft.dart';
1
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for text-to-speech audio file conversion with background processing support.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

audioplayers, ffmpeg_kit_flutter, flutter, flutter_local_notifications, flutter_tts, path, path_provider, record

More

Packages that depend on audiocraft

Packages that implement audiocraft