From 81436f42c64efd01fe3dba05a49f04cf30503191 Mon Sep 17 00:00:00 2001 From: Nick Payne Date: Tue, 31 Mar 2026 14:10:10 +0100 Subject: [PATCH] add talat feature --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ace8f17..a7da0ee 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ There is no provision in the code to pre-emptively check for the required `NSAud If you want to check and/or request permissions ahead of time, check out [AudioCap's fantastic TCC probing approach](https://github.com/insidegui/AudioCap/blob/main/AudioCap/ProcessTap/AudioRecordingPermission.swift). +## Built with AudioTee + +talat **[talat](https://talat.app)** — private, local-only meeting transcription for macOS. Captures system audio via AudioTee and runs real-time speech recognition, speaker diarization, and searchable notes entirely on-device. [As featured in TechCrunch](https://techcrunch.com/2026/03/24/talats-ai-meeting-notes-stay-on-your-machine-not-in-the-cloud/). + ## References / useful links - [Apple Core Audio Taps Documentation](https://developer.apple.com/documentation/coreaudio/capturing-system-audio-with-core-audio-taps)