Skip to content

Commit

Permalink
try one-more
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 2, 2024
1 parent 7da8e4a commit 629d2cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ 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: |
brew install --cask background-music
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod || sudo killall coreaudiod
- name: Get soundcard dependencies (windows)
if: ${{ runner.os == 'Windows' }}
shell: powershell
Expand Down

0 comments on commit 629d2cb

Please sign in to comment.