19 lines
359 B
Bash
Executable File
19 lines
359 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Worship
|
|
jack_capture --channels 3 \
|
|
--port system:capture_3 \
|
|
--port system:capture_4 \
|
|
--port system:capture_1 \
|
|
worship.wavex
|
|
|
|
# sermon
|
|
jack_capture --channels 1 --port system:capture_3 sermon.wavex
|
|
|
|
# altar
|
|
jack_capture --channels 3 \
|
|
--port system:capture_3 \
|
|
--port system:capture_4 \
|
|
--port system:capture_1 \
|
|
altar.wavex
|