Utility scripts, updates to start scripts.
This commit is contained in:
18
scripts/nl-rec-service
Executable file
18
scripts/nl-rec-service
Executable file
@ -0,0 +1,18 @@
|
||||
#!/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
|
Reference in New Issue
Block a user