• This repository has been archived on 30/Jun/2019
  • Stars
    star
    751
  • Rank 60,419 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

globally capture whatever your mac is playing—as simply as a screenshot

WavTap

Capture whatever your mac is playing to a .wav file on your Desktop—as simply as a screenshot.

(This is alpha software. It will cause your computer to catch fire. 🔥)

Installation

Sierra

It's alive! Takes a few additional steps but unsigned kexts can be run if you complete the following steps.

  1. Restart computer in recovery mode ⌘R

  2. In Terminal type

    csrutil disable

  3. Restart computer

  4. Run Installer

El Capitan

NB: WavTap is completely broken on El Capitan due to Apple's System Integrity Protection. The next release of WavTap will fix this.

Yosemite

As of Yosemite, Apple bans drivers that haven't received explicit approval from Apple. The only workaround I'm aware of is to set a system flag to globally allow all unsigned kernel extensions. This means WavTap will not work unless you've enabled kext-dev-mode, using something like this:

sudo nvram boot-args=kext-dev-mode=1

Yes, this sucks.

Once that's done, run the installer.

Uninstallation

make uninstall removes everything

Nerd Corner

WavTap began as a fork of Soundflower. thanks to Cycling '74, tap, ma++ ingalls, and everyone else who's contributed to it.