Skip to content

Instantly share code, notes, and snippets.

@juancri
Created December 20, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juancri/5d101f11d88407610636ae0bf68c8440 to your computer and use it in GitHub Desktop.
Save juancri/5d101f11d88407610636ae0bf68c8440 to your computer and use it in GitHub Desktop.
#!/bin/bash
# 1. Start jack
echo "Starting cadence..."
echo "Start jackd + pulseaudio"
sleep 5
read -p "Press [ENTER] to continue..."
# 2. Create source
echo "Creating source..."
pactl load-module module-jack-source channels=2 \
source_name="screen_recording_source" \
client_name="screen_recording_source"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment