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 96cdf0c commit 7da8e4a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7da8e4a

Please sign in to comment.