liquid_speech 0.1.1 copy "liquid_speech: ^0.1.1" to clipboard
liquid_speech: ^0.1.1 copied to clipboard

PlatformiOSmacOS

Real-time speech-to-text transcription for iOS and macOS using Apple's native SpeechAnalyzer API. Provides raw transcript updates with graceful fallback for older OS versions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add liquid_speech

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

dependencies:
  liquid_speech: ^0.1.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:liquid_speech/liquid_speech.dart';
1
likes
160
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time speech-to-text transcription for iOS and macOS using Apple's native SpeechAnalyzer API. Provides raw transcript updates with graceful fallback for older OS versions.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #speech-analyzer #ios #macos #transcription

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on liquid_speech

Packages that implement liquid_speech