File: startJacktripHubServer.sh

package info (click to toggle)
jacktrip 2.5.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,296 kB
  • sloc: cpp: 43,649; sh: 886; makefile: 152; xml: 24; ruby: 20; python: 15; ansic: 10
file content (14 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# bash script for jacktrip automation, Chris Chafe
# startJacktripHubServer.sh <JACKTRIP> <FPP>

JACKTRIP=$1
FPP=$2

echo starting $JACKTRIP server

$(PIPEWIRE_LATENCY="$FPP/48000" $JACKTRIP -S -p1 --udprt  --bufstrategy 3 --pktpool 3 -q1 > /dev/null 2>&1 & )