From 089c035de7c9ab37da477c1580c68fb311e90f58 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 2 Oct 2024 11:09:25 +0200 Subject: [PATCH] try background music --- .github/actions/create-soundcard/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/create-soundcard/action.yaml b/.github/actions/create-soundcard/action.yaml index e309883..e9f1231 100644 --- a/.github/actions/create-soundcard/action.yaml +++ b/.github/actions/create-soundcard/action.yaml @@ -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