speech_to_text_linux 0.0.1 copy "speech_to_text_linux: ^0.0.1" to clipboard
speech_to_text_linux: ^0.0.1 copied to clipboard

PlatformLinux

Linux implementation of the speech_to_text plugin using the Vosk

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add speech_to_text_linux

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

dependencies:
  speech_to_text_linux: ^0.0.1

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:speech_to_text_linux/speech_to_text_linux.dart';
0
likes
140
points
107
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Linux implementation of the speech_to_text plugin using the Vosk

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

archive, flutter, http, path, path_provider, speech_to_text_platform_interface

More

Packages that depend on speech_to_text_linux

Packages that implement speech_to_text_linux