29 lines
636 B
JSON
29 lines
636 B
JSON
{
|
|
"$schema": "./runtime-host.schema.json",
|
|
"shaderLibrary": "shaders",
|
|
"serverPort": 8080,
|
|
"oscBindAddress": "0.0.0.0",
|
|
"oscPort": 9000,
|
|
"oscSmoothing": 0.18,
|
|
"input": {
|
|
"backend": "none",
|
|
"device": "AIDENLAPTOP (NVIDIA GeForce RTX 4090 Laptop GPU 1)",
|
|
"resolution": "1080p",
|
|
"frameRate": "59.94"
|
|
},
|
|
"output": {
|
|
"backend": "ndi",
|
|
"device": "shader toys",
|
|
"resolution": "1080p",
|
|
"frameRate": "59.94",
|
|
"keying": {
|
|
"external": true,
|
|
"alphaRequired": false
|
|
}
|
|
},
|
|
"autoReload": true,
|
|
"maxTemporalHistoryFrames": 12,
|
|
"previewEnabled": true,
|
|
"previewFps": 59.94
|
|
}
|