using Homebrew
brew install --cask blackhole-2ch
applies to intel macs as well
https://www.avtouchbar.com/blackhole-m1-macs/
i created this shell script: recordff.sh
using info from the forums
#!/bin/zsh
./basic ffarpeggio.bas &
export FFMPEG_FMT_SYSTEM_AUDIO=avfoundation
export FFMPEG_INPUT_DEVICE_SYSTEM_AUDIO=":0"
echo "Recording system audio."
ffmpeg\
-nostdin\
-f ${FFMPEG_FMT_SYSTEM_AUDIO}\
-i ${FFMPEG_INPUT_DEVICE_SYSTEM_AUDIO}\
system_audio.wav
Note, the program ffarpeggio.bas
is here, and the basic
executable is RHN's Chipmunk Basic