You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
[](https://huggingface.co/FluidInference)
Fluid Audio is a Swift SDK for fully local, low-latency audio AI on Apple devices, with inference offloaded to the Apple Neural Engine (ANE), resulting in less memory and generally faster inference.
11
+
FluidAudio is a Swift SDK for fully local, low-latency audio AI on Apple devices, with inference offloaded to the Apple Neural Engine (ANE), resulting in less memory and generally faster inference.
12
12
13
13
The SDK includes state-of-the-art speaker diarization, transcription, and voice activity detection via open-source models (MIT/Apache 2.0) that can be integrated with just a few lines of code. Models are optimized for background processing, ambient computing and always on workloads by running inference on the ANE, minimizing CPU usage and avoiding GPU/MPS entirely.
14
14
@@ -47,7 +47,7 @@ Make a PR if you want to add your app, please keep it in chronological order.
47
47
|**[Senko](https://github.com/narcotic-sh/senko)**| A very fast and accurate speaker diarization pipeline. A [good example](https://github.com/narcotic-sh/senko/commit/51dbd8bde764c3c6648dbbae57d6aff66c5ca15c) for how to integrate FluidAudio into a Python app |
48
48
|**[Slipbox](https://slipbox.ai/)**| Privacy-first meeting assistant for real-time conversation intelligence. Uses Parakeet ASR (iOS) and speaker diarization across platforms. |
49
49
|**[Whisper Mate](https://whisper.marksdo.com)**| Transcribes movies and audio locally; records and transcribes in real time from speakers or system apps. Uses speaker diarization. |
50
-
|**[Altic/Fluid](https://github.com/altic-dev/Fluid-oss)**| Voice-to-text dictation app for macOS with AI enhancement.|
50
+
|**[Altic/Fluid Voice](https://github.com/altic-dev/Fluid-oss)**|Lightweight Fully free and Open Source Voice to Text dictation for macOS built using FluidAudio. Never pay for dictation apps|
51
51
|**[Paraspeech](https://paraspeech.com)**| AI powered voice to text. Fully offline. No subscriptions. |
52
52
|**[mac-whisper-speedtest](https://github.com/anvanvan/mac-whisper-speedtest)**| Comparison of different local ASR, including one of the first verions of FluidAudio's ASR models |
53
53
|**[Starling](https://github.com/Ryandonofrio3/Starling)**| Open Source, fully local voice-to-text transcription with auto-paste at your cursor. |
@@ -59,11 +59,11 @@ Add FluidAudio to your project using Swift Package Manager:
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.6'`
66
+
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.7'`
67
67
68
68
Important: When adding FluidAudio as a package dependency, only add the library to your target (not the executable). Select `FluidAudio` library in the package products dialog and add it to your app target.
0 commit comments