Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent e79d351 commit 96cdf0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ runs:
if: ${{ runner.os == 'macOS' }}
shell: bash
run: |
brew install blackhole-2ch --build-from-source
brew install switchaudio-osx
SwitchAudioSource -s "BlackHole 2ch" -t input
SwitchAudioSource -s "BlackHole 2ch" -t output
sudo coreaudioctl --create-aggregate-device --name "Virtual Soundcard"
SwitchAudioSource -s "Virtual Soundcard" -t input
SwitchAudioSource -s "Virtual Soundcard" -t output
- name: Get soundcard dependencies (windows)
if: ${{ runner.os == 'Windows' }}
shell: powershell
Expand Down

0 comments on commit 96cdf0c

Please sign in to comment.