Skip to content

Commit

Permalink
Test sound on macOS
Browse files Browse the repository at this point in the history
Install BlackHole-2ch on macos-12
  • Loading branch information
ichizok committed May 3, 2024
1 parent deab5f9 commit b5055dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
run: sqlite3 $HOME/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT OR IGNORE INTO access VALUES ('kTCCServiceMicrophone','/usr/local/opt/runner/provisioner/provisioner',1,2,4,1,NULL,NULL,0,'UNUSED',NULL,0,1687786159,NULL,NULL,'UNUSED',1687786159);"

- name: Show audio devices
run: system_profiler SPAudioDataType || true
run: system_profiler -json SPAudioDataType || true

- name: List audio plugins
run: ls -l /Library/Audio/Plug-Ins/HAL || true

- name: Install Soundflower
- name: Install BlackHole-2ch
if: matrix.os == 'macos-12'
run: |
if ! [[ -d /Library/Audio/Plug-Ins/HAL ]]; then
brew install soundflower
system_profiler SPAudioDataType || true
brew install blackhole-2ch
system_profiler -json SPAudioDataType || true
ls -l /Library/Audio/Plug-Ins/HAL || true
fi
Expand Down

0 comments on commit b5055dd

Please sign in to comment.