groq_whisper_stt 0.1.2 copy "groq_whisper_stt: ^0.1.2" to clipboard
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_stt

This 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.2

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:groq_whisper_stt/groq_whisper_stt.dart';
2
likes
160
points
121
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Real-time speech-to-text for Flutter using Groq's Whisper API. Supports Android and iOS with voice activity detection and streaming transcription results.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, http_parser

More

Packages that depend on groq_whisper_stt

Packages that implement groq_whisper_stt