Skip to content

Commit

Permalink
try background music
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent 629d2cb commit 089c035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ runs:
shell: bash
run: |
brew install --cask background-music
brew install switchaudio-osx
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod || sudo killall coreaudiod
SwitchAudioSource -s "Background Music" -t input
SwitchAudioSource -s "Background Music" -t output
- name: Get soundcard dependencies (windows)
if: ${{ runner.os == 'Windows' }}
shell: powershell
Expand Down

0 comments on commit 089c035

Please sign in to comment.