fluidaudio_dart 0.2.0
fluidaudio_dart: ^0.2.0 copied to clipboard
Flutter bindings for FluidAudio: on-device speech-to-text, voice activity detection, speaker diarization and text-to-speech on Apple platforms (CoreML / Apple Neural Engine).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fluidaudio_dartWith Flutter:
$ flutter pub add fluidaudio_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fluidaudio_dart: ^0.2.0Alternatively, 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:fluidaudio_dart/fluidaudio_dart.dart';