Skip to content

Commit

Permalink
💚 Use alsa-loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 20, 2023
1 parent 15e444e commit af7f8dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Install audio dependencies
run: |
sudo apt-get update
sudo apt-get install -y alsa-utils alsa-oss linux-image
- name: Load snd-aloop module
run: sudo modprobe snd-aloop
- name: Set environment variables
run: |
echo "AUDIODEV=hw:Loopback,1,0" >> $GITHUB_ENV
echo "AUDIODRIVER=alsa" >> $GITHUB_ENV
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit af7f8dd

Please sign in to comment.