homeguild_voice_openai_tts 0.1.0
homeguild_voice_openai_tts: ^0.1.0 copied to clipboard
OpenAI TTS provider for homeguild_voice_kit. Natural-sounding text-to-speech with streaming sentence queue, voice selection, and speed control.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add homeguild_voice_openai_ttsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
homeguild_voice_openai_tts: ^0.1.0Alternatively, 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:homeguild_voice_openai_tts/homeguild_voice_openai_tts.dart';