From 7da8e4a35abe659fc1e26d46b281d15f7d8e1f2d Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 2 Oct 2024 11:04:03 +0200 Subject: [PATCH] try something else --- .github/actions/create-soundcard/action.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/create-soundcard/action.yaml b/.github/actions/create-soundcard/action.yaml index a94fb94..78f1efa 100644 --- a/.github/actions/create-soundcard/action.yaml +++ b/.github/actions/create-soundcard/action.yaml @@ -13,13 +13,6 @@ runs: pulseaudio --check || pulseaudio --start pactl load-module module-null-sink sink_name=vspeaker sink_properties=device.description=virtual_speaker pactl load-module module-remap-source master=vspeaker.monitor source_name=vmic source_properties=device.description=virtual_mic - - name: Create soundcard (macOS) - if: ${{ runner.os == 'macOS' }} - shell: bash - run: | - 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