All activity
Bibhav Adhikarileft a comment
Hi Product Hunt! 👋 We are currently building a native macOS audio app. While building the core engine, we realized there was a huge need for a native, driverless way to extract audio from specific apps for AI transcription pipelines. So, we're open-sourcing our foundational extraction engine: audia-tap. It's a standalone Swift CLI that uses a native Hardware Abstraction Layer (HAL) tap to hook...

Audia-tapExtract raw per-app macOS audio directly to stdout.
audia-tap is a driverless, open-source Swift CLI that extracts raw audio from any specific macOS app. Bypassing the system mixer entirely, it uses a native HAL tap to capture audio by PID or app name and pipes raw PCM/WAV data straight to stdout. No BlackHole or Loopback required. Perfect for feeding isolated app audio directly into local AI models like Whisper or FFmpeg.

Audia-tapExtract raw per-app macOS audio directly to stdout.
