speech_fluidaudio 0.1.0 copy "speech_fluidaudio: ^0.1.0" to clipboard
speech_fluidaudio: ^0.1.0 copied to clipboard

PlatformiOSmacOS

FluidAudio implementation of the provider-neutral speech contracts.

speech_fluidaudio #

FluidAudio adapters for the provider-neutral speech_core contracts.

The package exposes streaming and batch STT, VAD, end-of-utterance detection, batch diarization, and TTS while keeping fluidaudio_dart types inside the adapter boundary.

import 'package:speech_fluidaudio/speech_fluidaudio.dart';

final provider = FluidAudioSpeechProvider(runtime: FluidNativeRuntime());

Capture and playback remain in audio_flutter. This lets one capture feed FluidAudio, recording, meters, or another cloud/local provider through the same audio_kit_graph.

FluidAudio inference is on-device and currently targets supported Apple platforms.

0
likes
150
points
44
downloads

Documentation

API reference

Publisher

verified publisherksh.dev

Weekly Downloads

FluidAudio implementation of the provider-neutral speech contracts.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #text-to-speech #vad #fluidaudio

License

MIT (license)

Dependencies

audio_core, audio_processing, fluidaudio_dart, flutter, speech_core

More

Packages that depend on speech_fluidaudio