Skip to content

Instantly share code, notes, and snippets.

View Youlean's full-sized avatar

Julijan Nikolic Youlean

View GitHub Profile
@Youlean
Youlean / core_audio_tap_example.m
Created August 14, 2024 17:24 — forked from directmusic/core_audio_tap_example.m
An example how to use the new Core Audio Tap API in macOS 14.2.
// This is a quick example of how to use the CoreAudio API and the new Tapping
// API to create a tap on the default audio device. You need macOS 14.2 or
// later.
// Build command:
// clang -framework Foundation -framework CoreAudio main.m -o tapping
// License: You're welcome to do whatever you want with this code. If you do
// something cool please tell me though. I would love to hear about it!