homeguild_voice_deepgram 0.1.0
homeguild_voice_deepgram: ^0.1.0 copied to clipboard
Deepgram STT provider for homeguild_voice_kit. Real-time speech-to-text via WebSocket with multi-language support, VAD events, and keep-alive.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add homeguild_voice_deepgramThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
homeguild_voice_deepgram: ^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_deepgram/homeguild_voice_deepgram.dart';