groq_whisper_stt 0.1.2
groq_whisper_stt: ^0.1.2 copied to clipboard
Real-time speech-to-text for Flutter using Groq's Whisper API. Supports Android and iOS with voice activity detection and streaming transcription results.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add groq_whisper_sttThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
groq_whisper_stt: ^0.1.2Alternatively, 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:groq_whisper_stt/groq_whisper_stt.dart';