deepgram_speech_to_text 1.0.5 copy "deepgram_speech_to_text: ^1.0.5" to clipboard
deepgram_speech_to_text: ^1.0.5 copied to clipboard

A Deepgram client for Dart and Flutter. Transcribe audio from : File, URL, Stream or Raw data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add deepgram_speech_to_text

With Flutter:

 $ flutter pub add deepgram_speech_to_text

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

dependencies:
  deepgram_speech_to_text: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:deepgram_speech_to_text/deepgram_speech_to_text.dart';
35
likes
150
points
3.71k
downloads

Publisher

verified publisherzealousfoundry.com

Weekly Downloads

A Deepgram client for Dart and Flutter. Transcribe audio from : File, URL, Stream or Raw data.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, universal_file, web_socket_channel

More

Packages that depend on deepgram_speech_to_text