From 5afe2dd184ad41ed4c87ec422f9cddf7d020dc95 Mon Sep 17 00:00:00 2001 From: Alex-Wengg Date: Fri, 23 Jan 2026 19:26:04 -0500 Subject: [PATCH] Add FluidAudio to Speech Recognition section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c336e..6450ae1 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ An Objective-C implementation of Twitter's text processing library. The library # Speech Recognition (TTS) and Generation (STT) - +* [FluidAudio](https://github.com/FluidInference/FluidAudio) - Local audio AI SDK for Apple platforms with ASR, speaker diarization, VAD, and TTS. Optimized for Apple Neural Engine with ~190x real-time factor on M4 Pro. * [Kaldi-iOS framework](http://keenresearch.com/) - on-device speech recognition using deep learning. * [Proof of concept app](https://github.com/keenresearch/kaldi-ios-poc) * [MVSpeechSynthesizer](https://github.com/vimalmurugan89/MVSpeechSynthesizer)