POST/startJackWithJacktripHubServer
Starts a jack process on the machine, then, starts a Jacktrip Hub server.
Request
- application/json
Body
required
jack
object
required
This is the device name, if empty this defaults the default soundcard
Default value: 2
These are the numbers of input channels
Default value: 2
These are the numbers of output channels
Default value: 48000
The samplerate 22050 | 32000 | 44100 | 48000 | 88200 | 96000 | 192000
Default value: 256
The buffersize (frames/period) 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096
Default value: 2
The periods/buffer
Default value: true
Kills all jack and jacktrip instances before startup
jacktrip
object
required
Default value: 2
Number of Input and output channels
Show debug information
Kills all jacktrip instances before startup
Default value: 4464
The local port on which the Jacktrip instance is running
Default value: true
Boolean if we need to make default audio connections
Default value: 4
Queue Buffer Length, in packet size
Default value: true
Enable realtime priority for networking threads
Default value: 5
Hub auto audio patch, only has effect if running HUB SERVER mode, 0=server-to-clients, 1=client loopback, 2=client fan out/in but not loopback, 3=reserved for TUB, 4=full mix, 5=no auto patching. Read the Jacktrip docs: https://ccrma.stanford.edu/docs/common/IETF.html#hub-patching
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
A message with clear information what's going on.
The current running command on the host.
{
"message": "string",
"runningCommand": [
"string"
]
}